增加一键部署脚本

This commit is contained in:
dekun
2026-05-21 11:45:49 +08:00
parent 2301590a97
commit 39815c1df6
20 changed files with 3426 additions and 2931 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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