mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 03:42:20 +01:00
Upgrade dependencies
This commit is contained in:
14
setup.py
14
setup.py
@@ -24,13 +24,13 @@ DOWNLOAD_URL = '{}/archive/v{}.zip'.format(GITHUB_URL, const.__version__)
|
||||
|
||||
REQUIRES = [
|
||||
'voluptuous==0.11.7',
|
||||
'PyYAML==5.2',
|
||||
'PyYAML==5.3.1',
|
||||
'paho-mqtt==1.5.0',
|
||||
'colorlog==4.0.2',
|
||||
'tornado==5.1.1',
|
||||
'protobuf==3.11.1',
|
||||
'colorlog==4.1.0',
|
||||
'tornado==6.0.4',
|
||||
'protobuf==3.11.3',
|
||||
'tzlocal==2.0.0',
|
||||
'pytz==2019.3',
|
||||
'pytz==2020.1',
|
||||
'pyserial==3.4',
|
||||
'ifaddr==0.1.6',
|
||||
]
|
||||
@@ -40,8 +40,8 @@ REQUIRES = [
|
||||
# This means they have to be in your $PATH.
|
||||
if os.environ.get('ESPHOME_USE_SUBPROCESS') is None:
|
||||
REQUIRES.extend([
|
||||
'platformio==4.1.0',
|
||||
'esptool==2.7',
|
||||
'platformio==4.3.3',
|
||||
'esptool==2.8',
|
||||
])
|
||||
|
||||
CLASSIFIERS = [
|
||||
|
Reference in New Issue
Block a user