12 lines
242 B
TOML
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",
|
|
]
|