This commit is contained in:
2026-04-27 01:20:49 +08:00
parent 2d0eeaa78f
commit 5ec4c38495

View File

@@ -1,8 +1,9 @@
# 直接依赖(由 pip 自动解析 aiohttp / telethon 等子依赖,避免 freeze 在其它系统装不上
Telethon>=1.36.0,<2
fastapi>=0.109.0,<1
uvicorn>=0.27.0,<1
jinja2>=3.1.0,<4
python-multipart>=0.0.6
qrcode>=7.4.0
PySocks>=1.7.1
# 直接依赖(子依赖由 pip 自动解析)
# 若仍装不上:请先执行 python3 --versionCentOS 自带 Python 3.6 过旧,建议安装 python39/python311 后再 pip install
Telethon>=1.28.0,<2
fastapi>=0.65.0,<1
uvicorn>=0.17.0,<1
jinja2>=3.0.0,<4
python-multipart>=0.0.5
qrcode>=7.3.0
PySocks>=1.7.0