This commit is contained in:
2025-06-26 10:28:04 +08:00
commit 8e6ac6e0c3
6 changed files with 380 additions and 0 deletions

12
pyproject.toml Normal file
View File

@ -0,0 +1,12 @@
[project]
name = "acmchat-dashboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10.12"
dependencies = [
"fastapi>=0.115.13",
"jinja2>=3.1.6",
"loguru>=0.7.3",
"ruff>=0.12.0",
]