1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-20 16:55:49 +00:00

Make tzlocal a requirement

This commit is contained in:
Otto Winter
2019-01-06 09:48:03 +01:00
parent 7b450ca24f
commit 30bc596bd9
7 changed files with 8 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ REQUIRES = [
'esptool>=2.3.1',
'typing>=3.0.0',
'protobuf>=3.4',
'tzlocal>=1.4',
]
CLASSIFIERS = [