[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-marshmallow
python-pip python-pip
python-psutil python-psutil
python-pytz
python-redis python-redis
python-requests python-requests
python-rsa python-rsa

View file

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

View file

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