mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 21:51:00 +00:00
* 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
|