mirror of
https://github.com/esphome/esphome.git
synced 2024-11-04 09:01:53 +01:00
ab6d293d0d
* Fix min platformio version and update requirements * Remove unnecessary requirements from travis
7 lines
159 B
Docker
7 lines
159 B
Docker
FROM python:2.7
|
|
|
|
COPY requirements.txt /requirements.txt
|
|
|
|
RUN pip install -r /requirements.txt && \
|
|
pip install flake8==3.5.0 pylint==1.9.3 tzlocal pillow
|