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
2
backend/uv.lock
generated
2
backend/uv.lock
generated
|
|
@ -241,6 +241,7 @@ source = { virtual = "." }
|
|||
dependencies = [
|
||||
{ name = "fastapi" },
|
||||
{ name = "psycopg" },
|
||||
{ name = "python-dotenv" },
|
||||
{ name = "sqlmodel" },
|
||||
{ name = "uvicorn", extra = ["standard"] },
|
||||
]
|
||||
|
|
@ -259,6 +260,7 @@ dev = [
|
|||
requires-dist = [
|
||||
{ name = "fastapi", specifier = ">=0.132.0" },
|
||||
{ name = "psycopg", specifier = ">=3.3.3" },
|
||||
{ name = "python-dotenv", specifier = ">=1.2.1" },
|
||||
{ name = "sqlmodel", specifier = ">=0.0.37" },
|
||||
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.34.0" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue