Removed pytz dependency

This commit is contained in:
Fabio Manganiello 2022-01-05 18:04:32 +01:00
parent e242dc53bf
commit 3e4b91cd6c
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
4 changed files with 14 additions and 14 deletions

View file

@ -230,8 +230,6 @@ setup(
'dbus': ['dbus-python'],
# Support for Twilio integration
'twilio': ['twilio'],
# Support for Github integration
'github': ['pytz'],
# Support for DHT11/DHT22/AM2302 temperature/humidity sensors
'dht': ['Adafruit_Python_DHT @ git+https://github.com/adafruit/Adafruit_Python_DHT'],
# Support for LCD display integration