Skip to content

Commit 5c8220f

Browse files
authored
Merge pull request #526 from gdrosos/main
Remove unused dependency: h2
2 parents 9b7c951 + 4d0f719 commit 5c8220f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ python = "^3.7"
2727
# Mandatory dependencies
2828
methoddispatch = "^3.0.2"
2929
msgpack = "^1.0.0"
30-
httpx = "^0.24.1"
31-
h2 = "^4.0.0"
30+
httpx = { version = "^0.24.1", extras = ["http2"] }
3231

3332
# Optional dependencies
3433
pycrypto = { version = "^2.6.1", optional = true }

0 commit comments

Comments
 (0)