mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01:00
Update and pin all requirements (#759)
This commit is contained in:
22
setup.py
22
setup.py
@@ -24,16 +24,16 @@ DOWNLOAD_URL = '{}/archive/v{}.zip'.format(GITHUB_URL, const.__version__)
|
||||
|
||||
REQUIRES = [
|
||||
'voluptuous==0.11.7',
|
||||
'PyYAML>=5.1,<6',
|
||||
'paho-mqtt>=1.4,<2',
|
||||
'colorlog>=4.0.2',
|
||||
'tornado>=5.1.1,<6',
|
||||
'PyYAML==5.1.2',
|
||||
'paho-mqtt==1.4.0',
|
||||
'colorlog==4.0.2',
|
||||
'tornado==5.1.1',
|
||||
'typing>=3.6.6;python_version<"3.5"',
|
||||
'protobuf>=3.7,<3.8',
|
||||
'tzlocal>=1.5.1',
|
||||
'pytz>=2019.1',
|
||||
'pyserial>=3.4,<4',
|
||||
'ifaddr>=0.1.6,<1',
|
||||
'protobuf==3.10.0',
|
||||
'tzlocal==2.0.0',
|
||||
'pytz==2019.3',
|
||||
'pyserial==3.4',
|
||||
'ifaddr==0.1.6',
|
||||
]
|
||||
|
||||
# If you have problems importing platformio and esptool as modules you can set
|
||||
@@ -41,8 +41,8 @@ REQUIRES = [
|
||||
# This means they have to be in your $PATH.
|
||||
if os.environ.get('ESPHOME_USE_SUBPROCESS') is None:
|
||||
REQUIRES.extend([
|
||||
'platformio>=3.6.5',
|
||||
'esptool>=2.6,<3',
|
||||
'platformio==4.0.3',
|
||||
'esptool==2.7',
|
||||
])
|
||||
|
||||
CLASSIFIERS = [
|
||||
|
Reference in New Issue
Block a user