Skip to content

Commit 146ca2c

Browse files
committed
Add missing httpx
1 parent 1d6bdf8 commit 146ca2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ server = [
4141
"fastapi",
4242
"sse-starlette",
4343
]
44-
test = ["pytest"]
44+
test = ["pytest", "httpx"]
4545

4646
[tool.poetry.dependencies]
4747
python = "^3.8.1"

0 commit comments

Comments
 (0)