auto_trade_sys/trading_system/requirements.txt
薇薇安 0b11b72eb8 a
2026-01-18 09:36:15 +08:00

17 lines
509 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
# 数据库依赖(用于从数据库读取配置)
pymysql==1.1.0
python-dotenv==1.0.0
# Redis 缓存依赖
# redis-py 4.2+ 同时支持同步和异步客户端
# - redis.Redis: 同步客户端用于backend/config_manager
# - redis.asyncio.Redis: 异步客户端用于trading_system替代aioredis
redis>=4.2.0
# 保留aioredis作为备选向后兼容如果某些代码仍在使用
aioredis==2.0.1