Skip to content

Commit

Permalink
Drop async_generator requirement (#2228)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
  • Loading branch information
tomchristie and Kludex committed May 16, 2022
1 parent 5eba32a commit 9673a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -61,7 +61,6 @@ def get_packages(package):
"sniffio",
"rfc3986[idna2008]>=1.3,<2",
"httpcore>=0.14.5,<0.15.0",
"async_generator; python_version < '3.7'"
],
extras_require={
"http2": "h2>=3,<5",
Expand Down

0 comments on commit 9673a35

Please sign in to comment.