forked from platypush/platypush
Removed pytz dependency
This commit is contained in:
parent
e242dc53bf
commit
3e4b91cd6c
4 changed files with 14 additions and 14 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue