first commit

This commit is contained in:
2026-02-06 17:21:11 +08:00
commit 16d03c47d3
9 changed files with 716 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "leaves-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.128.2",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"redis[hiredis]>=7.1.0",
"sqlmodel>=0.0.32",
]