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:
parent
e85fb9bba3
commit
b3435a8bd8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue