We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6169e23 commit c039b85Copy full SHA for c039b85
1 file changed
setup.py
@@ -42,6 +42,7 @@ def get_file_text(file_name):
42
install_requires=[
43
"urllib3>=1.26.11",
44
"certifi",
45
+ "aiocontextvars; python_version < '3.7'",
46
],
47
extras_require={
48
"aiohttp": ["aiohttp>=3.5"],
0 commit comments