Skip to content

Commit

Permalink
Revert "Added http2 extras to httpx explicitly"
Browse files Browse the repository at this point in the history
This reverts commit a5287a0.
  • Loading branch information
sacOO7 committed Feb 5, 2024
1 parent a5287a0 commit 9daf883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ python = "^3.7"
methoddispatch = "^3.0.2"
msgpack = "^1.0.0"
httpx = [
{ version = "^0.24.1", python = "~3.7", extras= ["http2"] },
{ version = "^0.25.0", python = "^3.8", extras= ["http2"] },
{ version = "^0.24.1", python = "~3.7" },
{ version = "^0.25.0", python = "^3.8" },
]
#h2 = "^4.1.0" # required for httx package, HTTP2 communication
h2 = "^4.1.0" # required for httx package, HTTP2 communication

# Optional dependencies
pycrypto = { version = "^2.6.1", optional = true }
Expand Down

0 comments on commit 9daf883

Please sign in to comment.