Removed tz dependency.

This commit is contained in:
Fabio Manganiello 2023-08-17 00:35:39 +02:00
parent e9dbcff1a8
commit a52de0e086
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ requests
rsa rsa
sqlalchemy sqlalchemy
tornado tornado
tz
websocket-client websocket-client
websockets websockets
zeroconf>=0.27.0 zeroconf>=0.27.0

View File

@ -77,7 +77,6 @@ setup(
'rsa', 'rsa',
'sqlalchemy', 'sqlalchemy',
'tornado', 'tornado',
'tz',
'websocket-client', 'websocket-client',
'websockets', 'websockets',
'wheel', 'wheel',