Skip to content

Commit 9daf883

Browse files
committed
Revert "Added http2 extras to httpx explicitly"
This reverts commit a5287a0.
1 parent a5287a0 commit 9daf883

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ python = "^3.7"
3333
methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
3535
httpx = [
36-
{ version = "^0.24.1", python = "~3.7", extras= ["http2"] },
37-
{ version = "^0.25.0", python = "^3.8", extras= ["http2"] },
36+
{ version = "^0.24.1", python = "~3.7" },
37+
{ version = "^0.25.0", python = "^3.8" },
3838
]
39-
#h2 = "^4.1.0" # required for httx package, HTTP2 communication
39+
h2 = "^4.1.0" # required for httx package, HTTP2 communication
4040

4141
# Optional dependencies
4242
pycrypto = { version = "^2.6.1", optional = true }

0 commit comments

Comments
 (0)