- split frontend and backend. - update backend with modern Python dev strategies.
14 lines
270 B
TOML
14 lines
270 B
TOML
[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"
|
|
] |