Files
Resume-python/requirements.txt
2026-04-27 01:45:59 +08:00

11 lines
346 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 直接依赖(子依赖由 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
itsdangerous>=2.0.0
jinja2>=3.0.0,<4
python-multipart>=0.0.5
qrcode>=7.3.0
PySocks>=1.7.0