[chore] Removed unused wheel dependency.

This commit is contained in:
Fabio Manganiello 2024-07-16 22:11:55 +02:00
parent 0e012c9800
commit a27955a583
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
6 changed files with 1 additions and 6 deletions

View file

@ -16,7 +16,6 @@ py3-tornado
py3-tz
py3-websocket-client
py3-websockets
py3-wheel
py3-yaml
py3-zeroconf
redis

View file

@ -15,7 +15,6 @@ python-sqlalchemy
python-tornado
python-websocket-client
python-websockets
python-wheel
python-yaml
python-zeroconf
redis

View file

@ -18,7 +18,6 @@ python3-tornado
python3-tz
python3-websocket
python3-websockets
python3-wheel
python3-yaml
python3-zeroconf
redis

View file

@ -17,7 +17,6 @@ python-sqlalchemy
python-tornado
python-websocket-client
python-websockets
python-wheel
python-yaml
python-zeroconf
redis

View file

@ -40,4 +40,4 @@
"package": "platypush.plugins.xmpp",
"type": "plugin"
}
}
}

View file

@ -121,7 +121,6 @@ setup(
'tornado',
'websocket-client',
'websockets',
'wheel',
'zeroconf>=0.27.0',
],
extras_require=parse_manifests(),