forked from platypush/platypush
[chore] Removed unused pytz
dependency.
This commit is contained in:
parent
1d873aca05
commit
0e012c9800
3 changed files with 2 additions and 15 deletions
|
@ -8,7 +8,6 @@ python-magic
|
|||
python-marshmallow
|
||||
python-pip
|
||||
python-psutil
|
||||
python-pytz
|
||||
python-redis
|
||||
python-requests
|
||||
python-rsa
|
||||
|
|
|
@ -10,7 +10,6 @@ python-magic
|
|||
python-marshmallow
|
||||
python-mypy_extensions
|
||||
python-psutil
|
||||
python-pytz
|
||||
python-redis
|
||||
python-requests
|
||||
python-rsa
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue