Skip to content

Commit

Permalink
Added h2 package as an explicit dependency to httpx for HTTP2 communi…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
sacOO7 committed Feb 4, 2024
1 parent 827d368 commit a38fb03
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 7 deletions.
39 changes: 38 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ httpx = [
{ version = "^0.24.1", python = "~3.7" },
{ version = "^0.25.0", python = "^3.8" },
]
#h2 = "^4.1.0"
h2 = "^4.1.0" # required for httx package, HTTP2 communication

# Optional dependencies
pycrypto = { version = "^2.6.1", optional = true }
pycryptodome = { version = "*", optional = true }
Expand All @@ -45,15 +46,10 @@ pyee = [
{ version = "^9.0.4", python = "~3.7" },
{ version = "^11.1.0", python = "^3.8" }
]
#h2 = [
# { version = "^3.1.0", python = "~3.7" },
# { version = "^4.1.0", python = "^3.8" }
#]

[tool.poetry.extras]
oldcrypto = ["pycrypto"]
crypto = ["pycryptodome"]
#http2 = ["h2"]

[tool.poetry.dev-dependencies]
pytest = "^7.1"
Expand Down

0 comments on commit a38fb03

Please sign in to comment.