Files
aria2bot/pyproject.toml
2025-12-11 17:54:06 +08:00

14 lines
317 B
TOML

[project]
name = "aria2bot"
version = "0.1.0"
description = "This is a bot that uses tg to control the server to operate aria2 to download files."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.2.1",
"python-telegram-bot>=21.0",
]
[project.scripts]
aria2bot = "main:main"