mirror of
https://github.com/dnslin/aria2bot.git
synced 2026-01-11 04:02:20 +08:00
14 lines
317 B
TOML
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"
|