fix: load .env via python-dotenv; SQLite default for local dev
This commit is contained in:
parent
b140c55cda
commit
8d4f9d1fc6
5 changed files with 20 additions and 0 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue