Skip to content

Commit

Permalink
Added http2 extras to httpx explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Feb 5, 2024
1 parent a38fb03 commit a5287a0
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" },
{ version = "^0.25.0", python = "^3.8" },
{ version = "^0.24.1", python = "~3.7", extras= ["http2"] },
{ version = "^0.25.0", python = "^3.8", extras= ["http2"] },
]
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 a5287a0

Please sign in to comment.