Files
aria2bot/pyproject.toml
2025-12-12 15:09:02 +08:00

16 lines
357 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",
"httpx>=0.27.0",
"O365>=2.0.0",
]
[project.scripts]
aria2bot = "main:main"