fix: load .env via python-dotenv; SQLite default for local dev

This commit is contained in:
Piotr Oleszczyk 2026-02-26 20:51:13 +01:00
parent b140c55cda
commit 8d4f9d1fc6
5 changed files with 20 additions and 0 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"fastapi>=0.132.0",
"psycopg>=3.3.3",
"python-dotenv>=1.2.1",
"sqlmodel>=0.0.37",
"uvicorn[standard]>=0.34.0",
]