1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00
Otto Winter
2019-12-04 17:13:34 +01:00
committed by GitHub
parent 33c08812cc
commit bba6d6897d
11 changed files with 37 additions and 32 deletions

View File

@@ -24,12 +24,12 @@ DOWNLOAD_URL = '{}/archive/v{}.zip'.format(GITHUB_URL, const.__version__)
REQUIRES = [
'voluptuous==0.11.7',
'PyYAML==5.1.2',
'paho-mqtt==1.4.0',
'PyYAML==5.2',
'paho-mqtt==1.5.0',
'colorlog==4.0.2',
'tornado==5.1.1',
'typing>=3.6.6;python_version<"3.6"',
'protobuf==3.10.0',
'protobuf==3.11.1',
'tzlocal==2.0.0',
'pytz==2019.3',
'pyserial==3.4',
@@ -41,7 +41,7 @@ REQUIRES = [
# This means they have to be in your $PATH.
if os.environ.get('ESPHOME_USE_SUBPROCESS') is None:
REQUIRES.extend([
'platformio==4.0.3',
'platformio==4.1.0',
'esptool==2.7',
])