standard fastapi

This commit is contained in:
2026-03-06 10:04:00 +01:00
parent ac91dfa34e
commit 5d563f8c9d
7 changed files with 10 additions and 1 deletions

View File

@@ -5,4 +5,6 @@ Requirements:
uvicorn[standard]
SQLAlchemy
psycopg2-binary
python-dotenv
python-dotenv
Starting command: uvicorn app.main:app --reload.