Skip to content

Commit 5a68a69

Browse files
committed
Refactor httpx dependency declaration
1 parent 1492485 commit 5a68a69

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[http2] = "^0.24.1"
30+
httpx = { version = "^0.24.1", extras = ["http2"] }
3131

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

0 commit comments

Comments
 (0)