加入代理 机器人

This commit is contained in:
dela
2026-01-07 16:40:28 +08:00
parent 90a9d369b6
commit 2d509c3807
7 changed files with 887 additions and 359 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "gptveteran"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"anyio>=4.12.0",
"httpx>=0.28.1",
"python-telegram-bot>=22.5",
"requests>=2.32.5",
]