1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Fix docker installs using old platformio version (#125)

* Fix min platformio version and update requirements

* Remove unnecessary requirements from travis
This commit is contained in:
Otto Winter
2018-09-27 01:14:51 +09:00
committed by GitHub
parent 5e5137960d
commit ab6d293d0d
5 changed files with 11 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, const.__version__)
REQUIRES = [
'voluptuous>=0.11.1',
'platformio>=3.5.2',
'platformio>=3.5.3',
'pyyaml>=3.12',
'paho-mqtt>=1.3.1',
'colorlog>=3.1.2',