Files
crypto_monitor_user/requirements.txt
T
2026-05-21 16:44:31 +08:00

9 lines
261 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.
# crypto_monitor 四个 Flask 子项目共用依赖(Binance / Gate / Gate_bot / OKX
# 安装:在各子目录 venv 内执行 pip install -r ../requirements.txt
flask>=3.0,<4
requests>=2.31,<3
ccxt>=4.2,<5
werkzeug>=3.0,<4
PySocks>=1.7,<2
Pillow>=10.0,<12