feat: add telegram proxy support and add error handling for channel startup

This commit is contained in:
alan
2026-02-07 20:37:41 +08:00
parent 625fc60282
commit 3166c15cff
3 changed files with 15 additions and 5 deletions

View File

@@ -23,13 +23,14 @@ dependencies = [
"pydantic-settings>=2.0.0",
"websockets>=12.0",
"websocket-client>=1.6.0",
"httpx>=0.25.0",
"httpx[socks]>=0.25.0",
"loguru>=0.7.0",
"readability-lxml>=0.8.0",
"rich>=13.0.0",
"croniter>=2.0.0",
"python-telegram-bot>=21.0",
"python-telegram-bot[socks]>=21.0",
"lark-oapi>=1.0.0",
"socksio>=1.0.0",
]
[project.optional-dependencies]