Skip to content

Commit

Permalink
Merge pull request #526 from gdrosos/main
Browse files Browse the repository at this point in the history
Remove unused dependency: h2
  • Loading branch information
owenpearson authored Sep 20, 2023
2 parents 9b7c951 + 4d0f719 commit 5c8220f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ python = "^3.7"
# Mandatory dependencies
methoddispatch = "^3.0.2"
msgpack = "^1.0.0"
httpx = "^0.24.1"
h2 = "^4.0.0"
httpx = { version = "^0.24.1", extras = ["http2"] }

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

0 comments on commit 5c8220f

Please sign in to comment.