mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
Convert time to use tzdata (#2425)
This commit is contained in:
@@ -3,8 +3,8 @@ PyYAML==5.4.1
|
||||
paho-mqtt==1.5.1
|
||||
colorama==0.4.4
|
||||
tornado==6.1
|
||||
tzlocal==3.0
|
||||
pytz==2021.1
|
||||
tzlocal==3.0 # from time
|
||||
tzdata>=2021.1 # from time
|
||||
pyserial==3.5
|
||||
platformio==5.2.0
|
||||
esptool==3.1
|
||||
|
||||
Reference in New Issue
Block a user