From 5ec4c38495aa3b058728063df1881bb3fb4f2e00 Mon Sep 17 00:00:00 2001 From: RISE Date: Mon, 27 Apr 2026 01:20:49 +0800 Subject: [PATCH] aa --- requirements.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index fa95a3c..9fc9ac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 --version,CentOS 自带 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