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-marshmallow
|
||||||
python-pip
|
python-pip
|
||||||
python-psutil
|
python-psutil
|
||||||
python-pytz
|
|
||||||
python-redis
|
python-redis
|
||||||
python-requests
|
python-requests
|
||||||
python-rsa
|
python-rsa
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue