app/pyproject.toml

12 lines
230 B
TOML

[project]
name = "liteyukibot"
version = "7.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.12",
"pydantic>=2.11.3",
"uvicorn>=0.34.2",
]