Skip to content

Commit

Permalink
remove aiohttp-cors from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Sep 18, 2021
1 parent 1a9bb52 commit d08f95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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"],
Expand Down

0 comments on commit d08f95a

Please sign in to comment.