From d08f95aa87d30c6997b706af22eed945d2b45afb Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sat, 18 Sep 2021 22:44:37 +0100 Subject: [PATCH] remove aiohttp-cors from setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 929096a2098..19df9beb24e 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def get_long_description() -> str: "mypy_extensions>=0.4.3", ], extras_require={ - "d": ["aiohttp>=3.6.0", "aiohttp-cors>=0.4.0"], + "d": ["aiohttp>=3.6.0"], "colorama": ["colorama>=0.4.3"], "python2": ["typed-ast>=1.4.2"], "uvloop": ["uvloop>=0.15.2"],