mirror of
https://github.com/dnslin/aria2bot.git
synced 2026-01-11 12:12:19 +08:00
feat: 增加下载暂停等aria2功能
This commit is contained in:
2
uv.lock
generated
2
uv.lock
generated
@@ -19,12 +19,14 @@ name = "aria2bot"
|
||||
version = "0.1.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "httpx" },
|
||||
{ name = "python-dotenv" },
|
||||
{ name = "python-telegram-bot" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "httpx", specifier = ">=0.27.0" },
|
||||
{ name = "python-dotenv", specifier = ">=1.2.1" },
|
||||
{ name = "python-telegram-bot", specifier = ">=21.0" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user