auto_trade_sys/trading_system/requirements.txt
薇薇安 0379fdf123 a
2026-01-14 13:36:30 +08:00

11 lines
354 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.

# 交易系统依赖
python-binance==1.0.19
websocket-client==1.6.1
aiohttp==3.9.1
# unicorn-binance-websocket-api 2.4.0需要LUCIT许可证改用1.x版本或使用标准WebSocket
# unicorn-binance-websocket-api==1.45.0 # 可选:旧版本不需要许可证
# 数据库依赖(用于从数据库读取配置)
pymysql==1.1.0
python-dotenv==1.0.0