fix: add slowapi to requirements.txt for Docker image

slowapi was only in environment.yml (conda env) but missing from
requirements.txt, causing ModuleNotFoundError in the Docker container.
This commit is contained in:
pyr0ball 2026-06-14 14:13:12 -07:00
parent e85fb9bba3
commit b3435a8bd8

View file

@ -91,6 +91,7 @@ mkdocs-material>=9.5
# ── Vue SPA API backend ────────────────────────────────────────────────── # ── Vue SPA API backend ──────────────────────────────────────────────────
fastapi>=0.100.0 fastapi>=0.100.0
uvicorn[standard]>=0.20.0 uvicorn[standard]>=0.20.0
slowapi>=0.1.9
PyJWT>=2.8.0 PyJWT>=2.8.0
cryptography>=40.0.0 cryptography>=40.0.0
python-multipart>=0.0.6 python-multipart>=0.0.6