gitea-bot/pyproject.toml
2026-04-07 10:00:27 +01:00

12 lines
242 B
TOML

[project]
name = "gitea-bot"
version = "0.1.0"
description = "Gitea webhook bot - responds to @mentions in issues"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115",
"uvicorn>=0.34",
"httpx>=0.28",
"pyyaml>=6.0",
]