add dotenv

This commit is contained in:
2025-03-04 21:06:55 +08:00
parent 0ad0a079b4
commit 8c849f132d
4 changed files with 16 additions and 0 deletions

View File

@@ -12,5 +12,6 @@ dependencies = [
"gunicorn>=23.0.0",
"psycopg[binary]>=3.2.5",
"pydantic[email]>=2.10.6",
"python-dotenv>=1.0.1",
"uvicorn>=0.34.0",
]