diff --git a/platypush/install/requirements/alpine.txt b/platypush/install/requirements/alpine.txt index 3b02e0d70d..77f32738eb 100644 --- a/platypush/install/requirements/alpine.txt +++ b/platypush/install/requirements/alpine.txt @@ -16,7 +16,6 @@ py3-tornado py3-tz py3-websocket-client py3-websockets -py3-wheel py3-yaml py3-zeroconf redis diff --git a/platypush/install/requirements/arch.txt b/platypush/install/requirements/arch.txt index 92442cd54f..906ef77bef 100644 --- a/platypush/install/requirements/arch.txt +++ b/platypush/install/requirements/arch.txt @@ -15,7 +15,6 @@ python-sqlalchemy python-tornado python-websocket-client python-websockets -python-wheel python-yaml python-zeroconf redis diff --git a/platypush/install/requirements/debian.txt b/platypush/install/requirements/debian.txt index ce5f7011b7..19311bf4fe 100644 --- a/platypush/install/requirements/debian.txt +++ b/platypush/install/requirements/debian.txt @@ -18,7 +18,6 @@ python3-tornado python3-tz python3-websocket python3-websockets -python3-wheel python3-yaml python3-zeroconf redis diff --git a/platypush/install/requirements/fedora.txt b/platypush/install/requirements/fedora.txt index 5313f2651c..b73f06433b 100644 --- a/platypush/install/requirements/fedora.txt +++ b/platypush/install/requirements/fedora.txt @@ -17,7 +17,6 @@ python-sqlalchemy python-tornado python-websocket-client python-websockets -python-wheel python-yaml python-zeroconf redis diff --git a/platypush/plugins/xmpp/manifest.json b/platypush/plugins/xmpp/manifest.json index f052aa7eb8..656d53ab1d 100644 --- a/platypush/plugins/xmpp/manifest.json +++ b/platypush/plugins/xmpp/manifest.json @@ -40,4 +40,4 @@ "package": "platypush.plugins.xmpp", "type": "plugin" } -} \ No newline at end of file +} diff --git a/setup.py b/setup.py index 2e87bf4ba5..994ef28adb 100755 --- a/setup.py +++ b/setup.py @@ -121,7 +121,6 @@ setup( 'tornado', 'websocket-client', 'websockets', - 'wheel', 'zeroconf>=0.27.0', ], extras_require=parse_manifests(),