[chore] Removed unused pytz dependency.

This commit is contained in:
Fabio Manganiello 2024-07-16 22:09:35 +02:00
parent 1d873aca05
commit 0e012c9800
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 2 additions and 15 deletions

View file

@ -8,7 +8,6 @@ python-magic
python-marshmallow
python-pip
python-psutil
python-pytz
python-redis
python-requests
python-rsa

View file

@ -10,7 +10,6 @@ python-magic
python-marshmallow
python-mypy_extensions
python-psutil
python-pytz
python-redis
python-requests
python-rsa

View file

@ -31,22 +31,11 @@
"platypush.message.event.xmpp.XmppUserAvailableEvent": null,
"platypush.message.event.xmpp.XmppUserUnavailableEvent": null
},
"apk": [
"py3-tz"
],
"apt": [
"python3-aioxmpp",
"python3-tz"
],
"dnf": [
"python-pytz"
],
"pacman": [
"python-pytz"
"python3-aioxmpp"
],
"pip": [
"aioxmpp",
"pytz"
"aioxmpp"
],
"package": "platypush.plugins.xmpp",
"type": "plugin"