mirror of
https://github.com/esphome/esphome.git
synced 2025-10-31 23:21:54 +00:00
Changes for 1.12 (#482)
* Update setup scripts * Add delete action, remove Hass config command * Update esphome.js * Lint
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
voluptuous>=0.11.1
|
||||
platformio>=3.5.3
|
||||
pyyaml>=3.12
|
||||
paho-mqtt>=1.3.1
|
||||
colorlog>=3.1.2
|
||||
tornado>=5.0.0
|
||||
esptool>=2.3.1
|
||||
typing>=3.0.0
|
||||
protobuf>=3.4
|
||||
voluptuous>=0.11.5,<0.12
|
||||
PyYAML>=5.1,<6
|
||||
paho-mqtt>=1.4,<2
|
||||
colorlog>=4.0.2
|
||||
tornado>=5.1.1,<6
|
||||
typing>=3.6.6;python_version<"3.5"
|
||||
protobuf>=3.7,<3.8
|
||||
tzlocal>=1.5.1
|
||||
pyserial>=3.4,<4
|
||||
ifaddr>=0.1.6
|
||||
ifaddr>=0.1.6,<1
|
||||
platformio>=3.6.5
|
||||
esptool>=2.6,<3
|
||||
|
||||
Reference in New Issue
Block a user