mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 08:28:12 +01:00
Add zeroconf as a direct dependency and lock the version (#2729)
This commit is contained in:
parent
b386284180
commit
0809673ba9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ esptool==3.2
|
||||||
click==8.0.3
|
click==8.0.3
|
||||||
esphome-dashboard==20211021.1
|
esphome-dashboard==20211021.1
|
||||||
aioesphomeapi==10.2.0
|
aioesphomeapi==10.2.0
|
||||||
|
zeroconf==0.36.13
|
||||||
|
|
||||||
# esp-idf requires this, but doesn't bundle it by default
|
# esp-idf requires this, but doesn't bundle it by default
|
||||||
# https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24
|
# https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24
|
||||||
|
|
Loading…
Reference in a new issue