fix(ci): install httpx and run pytest via python -m

This commit is contained in:
matt 2025-09-27 16:01:44 -07:00
parent c95b15ef56
commit eb5281623a
4 changed files with 6 additions and 2 deletions

View file

@ -8,6 +8,7 @@ prettytable>=3.9.0
# Web UI stack (FastAPI + Jinja + HTMX served via CDN)
fastapi>=0.110.0
uvicorn[standard]>=0.28.0
httpx>=0.27.0
Jinja2>=3.1.0
python-multipart>=0.0.9