1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Make tzlocal a requirement

This commit is contained in:
Otto Winter
2019-01-06 09:48:03 +01:00
parent 94cb7bf6bd
commit 9bce35e335
7 changed files with 8 additions and 15 deletions

View File

@@ -3,4 +3,4 @@ FROM python:2.7
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt && \
pip install flake8==3.6.0 pylint==1.9.4 tzlocal pillow
pip install flake8==3.6.0 pylint==1.9.4 pillow