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
sqlalchemy
tornado
tz
websocket-client
websockets
zeroconf>=0.27.0

View File

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