group-sml/pyproject.toml

12 lines
229 B
TOML
Raw Permalink Normal View History

2026-01-08 22:10:55 +08:00
[project]
name = "xiezuoapp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dashscope>=1.25.6",
"flask>=3.1.2",
"python-dotenv>=1.2.1",
]