use postgresql for prod

This commit is contained in:
2025-03-04 17:37:39 +08:00
parent 83ef179f6e
commit 996b66d2c0
4 changed files with 57 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ dependencies = [
"django-extensions>=3.2.3",
"django-ninja>=1.3.0",
"gunicorn>=23.0.0",
"psycopg[binary]>=3.2.5",
"pydantic[email]>=2.10.6",
"uvicorn>=0.34.0",
]