register database with docker compose; add uv & pyproject

This commit is contained in:
2026-04-16 20:18:03 +08:00
parent 4e0df5f13e
commit 4bb768aa33
6 changed files with 553 additions and 3 deletions
+14
View File
@@ -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",
]