mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-02-12 03:14:21 +01:00
fix(ci): install httpx and run pytest via python -m
This commit is contained in:
parent
c95b15ef56
commit
eb5281623a
4 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue