Skip to content

Commit 8c39645

Browse files
committed
added httpx to dev depedencies for new starlette version
Signed-off-by: Dinesh Dutt <dd.ps4u@gmail.com>
1 parent b0a01f9 commit 8c39645

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

poetry.lock

Lines changed: 47 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ sq-simnodes = 'suzieq.utilities.sq_simnode:simnodes_main'
8686
suzieq-cli = 'suzieq.cli.sq_cli:cli_main'
8787
suzieq-gui = 'suzieq.gui.sq_gui:gui_main'
8888

89+
[tool.poetry.group.dev.dependencies]
90+
httpx = "^0.24.1"
91+
8992
[build-system]
9093
requires = ["poetry>=0.12"]
9194
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)