register database with docker compose; add uv & pyproject
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "endorphin"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"boto3>=1.42.89",
|
||||
"fastapi>=0.136.0",
|
||||
"psycopg2-binary>=2.9.11",
|
||||
"pydantic-settings>=2.13.1",
|
||||
"sqlalchemy>=2.0.49",
|
||||
"uvicorn[standard]>=0.44.0",
|
||||
]
|
||||
Reference in New Issue
Block a user