mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Make tzlocal a requirement
This commit is contained in:
@@ -31,9 +31,6 @@ RUN \
|
||||
\
|
||||
&& pip2 install --no-cache-dir --no-binary :all: https://github.com/OttoWinter/esphomeyaml/archive/dev.zip \
|
||||
\
|
||||
# tzlocal for automatic timezone detection
|
||||
&& pip2 install --no-cache-dir --no-binary :all: tzlocal \
|
||||
\
|
||||
# Change some platformio settings
|
||||
&& platformio settings set enable_telemetry No \
|
||||
&& platformio settings set check_libraries_interval 1000000 \
|
||||
|
||||
Reference in New Issue
Block a user