Skip to content

Commit 5723175

Browse files
committed
Add http2 packages to poetry files.
1 parent b531a15 commit 5723175

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ packages = [{ include = "gvm" }, { include = "tests", format = "sdist" }]
3232
python = "^3.9.2"
3333
paramiko = ">=2.7.1"
3434
lxml = ">=4.5.0"
35-
httpx = "^0.28.1"
35+
httpx = {extras = ["http2"], version = "^0.28.1"}
3636

3737
[tool.poetry.group.dev.dependencies]
3838
coverage = ">=7.2"

0 commit comments

Comments
 (0)