[7.x] Remove yarl from [async] extra
Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
co-authored by
Seth Michael Larson
parent
9b8cee0199
commit
0cdeeb654a
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user