8000 Add missing httpx · mattdennewitz/llama-cpp-python@146ca2c · GitHub
[go: up one dir, main page]

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)
0