From 153bdf576afc871ded19ad875819bd0d9fc4e228 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 3 Feb 2020 22:05:47 -0500 Subject: [PATCH] removed wheel from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5c60f9fa1..42ed2035f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,6 @@ setup( ], }, install_requires=[ - 'wheel', 'aiohttp==3.5.4', 'aioupnp==0.0.17', 'appdirs==1.4.3',