forked from platypush/platypush
[chore] Removed unused wheel
dependency.
This commit is contained in:
parent
0e012c9800
commit
a27955a583
6 changed files with 1 additions and 6 deletions
|
@ -16,7 +16,6 @@ py3-tornado
|
|||
py3-tz
|
||||
py3-websocket-client
|
||||
py3-websockets
|
||||
py3-wheel
|
||||
py3-yaml
|
||||
py3-zeroconf
|
||||
redis
|
||||
|
|
|
@ -15,7 +15,6 @@ python-sqlalchemy
|
|||
python-tornado
|
||||
python-websocket-client
|
||||
python-websockets
|
||||
python-wheel
|
||||
python-yaml
|
||||
python-zeroconf
|
||||
redis
|
||||
|
|
|
@ -18,7 +18,6 @@ python3-tornado
|
|||
python3-tz
|
||||
python3-websocket
|
||||
python3-websockets
|
||||
python3-wheel
|
||||
python3-yaml
|
||||
python3-zeroconf
|
||||
redis
|
||||
|
|
|
@ -17,7 +17,6 @@ python-sqlalchemy
|
|||
python-tornado
|
||||
python-websocket-client
|
||||
python-websockets
|
||||
python-wheel
|
||||
python-yaml
|
||||
python-zeroconf
|
||||
redis
|
||||
|
|
|
@ -40,4 +40,4 @@
|
|||
"package": "platypush.plugins.xmpp",
|
||||
"type": "plugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
1
setup.py
1
setup.py
|
@ -121,7 +121,6 @@ setup(
|
|||
'tornado',
|
||||
'websocket-client',
|
||||
'websockets',
|
||||
'wheel',
|
||||
'zeroconf>=0.27.0',
|
||||
],
|
||||
extras_require=parse_manifests(),
|
||||
|
|
Loading…
Reference in a new issue