Skip to content

Commit 4c5f35c

Browse files
committed
change: Require httpx as direct dependency for openvasd API
1 parent 1909519 commit 4c5f35c

File tree

2 files changed

+30
-24
lines changed

2 files changed

+30
-24
lines changed

poetry.lock

Lines changed: 29 additions & 24 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +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"
3536

3637
[tool.poetry.group.dev.dependencies]
3738
coverage = ">=7.2"

0 commit comments

Comments
 (0)