Add missing httpx
This commit is contained in:
parent
1d6bdf8db6
commit
146ca2c59f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ server = [
|
|||
"fastapi",
|
||||
"sse-starlette",
|
||||
]
|
||||
test = ["pytest"]
|
||||
test = ["pytest", "httpx"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.1"
|
||||
|
|
Loading…
Reference in a new issue