add static files, whitenoise and uvicorn

This commit is contained in:
Matteo Rosati
2026-02-10 23:43:04 +01:00
parent 4a4ec50771
commit 4ba453b7a6
8 changed files with 114 additions and 1 deletions

View File

@@ -9,4 +9,6 @@ dependencies = [
"djangorestframework>=3.16.1",
"djangorestframework-simplejwt>=5.5.0",
"pydantic>=2.12.5",
"uvicorn>=0.40.0",
"whitenoise>=6.11.0",
]