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-tz
|
||||||
py3-websocket-client
|
py3-websocket-client
|
||||||
py3-websockets
|
py3-websockets
|
||||||
py3-wheel
|
|
||||||
py3-yaml
|
py3-yaml
|
||||||
py3-zeroconf
|
py3-zeroconf
|
||||||
redis
|
redis
|
||||||
|
|
|
@ -15,7 +15,6 @@ python-sqlalchemy
|
||||||
python-tornado
|
python-tornado
|
||||||
python-websocket-client
|
python-websocket-client
|
||||||
python-websockets
|
python-websockets
|
||||||
python-wheel
|
|
||||||
python-yaml
|
python-yaml
|
||||||
python-zeroconf
|
python-zeroconf
|
||||||
redis
|
redis
|
||||||
|
|
|
@ -18,7 +18,6 @@ python3-tornado
|
||||||
python3-tz
|
python3-tz
|
||||||
python3-websocket
|
python3-websocket
|
||||||
python3-websockets
|
python3-websockets
|
||||||
python3-wheel
|
|
||||||
python3-yaml
|
python3-yaml
|
||||||
python3-zeroconf
|
python3-zeroconf
|
||||||
redis
|
redis
|
||||||
|
|
|
@ -17,7 +17,6 @@ python-sqlalchemy
|
||||||
python-tornado
|
python-tornado
|
||||||
python-websocket-client
|
python-websocket-client
|
||||||
python-websockets
|
python-websockets
|
||||||
python-wheel
|
|
||||||
python-yaml
|
python-yaml
|
||||||
python-zeroconf
|
python-zeroconf
|
||||||
redis
|
redis
|
||||||
|
|
|
@ -40,4 +40,4 @@
|
||||||
"package": "platypush.plugins.xmpp",
|
"package": "platypush.plugins.xmpp",
|
||||||
"type": "plugin"
|
"type": "plugin"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -121,7 +121,6 @@ setup(
|
||||||
'tornado',
|
'tornado',
|
||||||
'websocket-client',
|
'websocket-client',
|
||||||
'websockets',
|
'websockets',
|
||||||
'wheel',
|
|
||||||
'zeroconf>=0.27.0',
|
'zeroconf>=0.27.0',
|
||||||
],
|
],
|
||||||
extras_require=parse_manifests(),
|
extras_require=parse_manifests(),
|
||||||
|
|
Loading…
Reference in a new issue