Skip to content

Commit 1492485

Browse files
committed
Use httpx[http2] instead of httpx
1 parent 0d33bfb commit 1492485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python = "^3.7"
2727
# Mandatory dependencies
2828
methoddispatch = "^3.0.2"
2929
msgpack = "^1.0.0"
30-
httpx = "^0.24.1"
30+
httpx[http2] = "^0.24.1"
3131

3232
# Optional dependencies
3333
pycrypto = { version = "^2.6.1", optional = true }

0 commit comments

Comments
 (0)