auto_trade_sys/trading_system/requirements.txt
薇薇安 f9d7619891 a
2026-01-14 23:05:40 +08:00

12 lines
228 B
Plaintext

# 交易系统依赖
python-binance==1.0.19
websocket-client==1.6.1
aiohttp==3.9.1
# 数据库依赖(用于从数据库读取配置)
pymysql==1.1.0
python-dotenv==1.0.0
# Redis/Valkey 缓存依赖(可选)
redis>=5.0.0