init
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
Reference in New Issue
Block a user