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 23d8740 commit a496787Copy full SHA for a496787
requirements-testing.txt
@@ -12,8 +12,8 @@ asttokens
12
responses
13
pysocks
14
socksio
15
-httpcore[http2]; python_version < "3.8"
16
-httpcore[http2,asyncio]; python_version >= "3.8" # asyncio support only supported for Python 3.8+
+httpcore[http2]<1.0; python_version < "3.8"
+httpcore[http2,asyncio]>=1.0; python_version >= "3.8" # asyncio support only supported for Python 3.8+
17
setuptools
18
freezegun
19
Brotli
0 commit comments