1
0

refactor: prepare backend refactor

This commit is contained in:
2026-07-14 16:54:40 +08:00
parent 0f674d0483
commit 26dce7ce80
19 changed files with 183 additions and 15 deletions

View File

@@ -0,0 +1,14 @@
[project]
name = "coleaf-backend"
version = "1.1.0"
description = "The backend of coconut-leaf."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"flask==2.2.3",
]
[tool.uv]
constraint-dependencies = [
"Werkzeug==2.2.2",
"MarkupSafe==2.1.5"
]