We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1492485 commit 5a68a69Copy full SHA for 5a68a69
1 file changed
pyproject.toml
@@ -27,7 +27,7 @@ python = "^3.7"
27
# Mandatory dependencies
28
methoddispatch = "^3.0.2"
29
msgpack = "^1.0.0"
30
-httpx[http2] = "^0.24.1"
+httpx = { version = "^0.24.1", extras = ["http2"] }
31
32
# Optional dependencies
33
pycrypto = { version = "^2.6.1", optional = true }
0 commit comments