[7.x] Remove yarl from [async] extra

Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
github-actions[bot]
2020-10-13 15:18:07 -05:00
committed by GitHub
co-authored by Seth Michael Larson
parent 9b8cee0199
commit 0cdeeb654a
5 changed files with 49 additions and 13 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ packages = [
]
install_requires = [
"urllib3>=1.21.1",
"urllib3>=1.21.1, <2",
"certifi",
]
tests_require = [
@@ -49,7 +49,7 @@ tests_require = [
"pytest",
"pytest-cov",
]
async_require = ["aiohttp>=3,<4", "yarl"]
async_require = ["aiohttp>=3,<4"]
docs_require = ["sphinx<1.7", "sphinx_rtd_theme"]
generate_require = ["black", "jinja2"]