17 lines
365 B
TOML
17 lines
365 B
TOML
[project]
|
|
name = "acmchat-dashboard"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12.10"
|
|
dependencies = [
|
|
"aiosqlite>=0.21.0",
|
|
"fastapi>=0.115.14",
|
|
"itsdangerous>=2.2.0",
|
|
"jinja2>=3.1.6",
|
|
"loguru>=0.7.3",
|
|
"pydantic>=2.11.7",
|
|
"python-multipart>=0.0.20",
|
|
"uvicorn>=0.35.0",
|
|
]
|