forked from platypush/platypush
Removed tz dependency.
This commit is contained in:
parent
e9dbcff1a8
commit
a52de0e086
2 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ requests
|
|||
rsa
|
||||
sqlalchemy
|
||||
tornado
|
||||
tz
|
||||
websocket-client
|
||||
websockets
|
||||
zeroconf>=0.27.0
|
||||
|
|
1
setup.py
1
setup.py
|
@ -77,7 +77,6 @@ setup(
|
|||
'rsa',
|
||||
'sqlalchemy',
|
||||
'tornado',
|
||||
'tz',
|
||||
'websocket-client',
|
||||
'websockets',
|
||||
'wheel',
|
||||
|
|
Loading…
Reference in a new issue