Add httpx for FastAPI TestClient

This commit is contained in:
Russell Ballestrini 2026-01-06 09:37:40 -05:00
parent 85d1d1e119
commit 38a87e0b6b

View file

@ -14,6 +14,7 @@ fastapi>=0.104.0
uvicorn>=0.24.0
python-multipart>=0.0.6
jinja2>=3.1.0
httpx>=0.27.0
# Progress bar
tqdm>=4.66.0