10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
# 交易系统依赖
|
|
python-binance==1.0.19
|
|
websocket-client==1.6.1
|
|
aiohttp==3.9.1
|
|
unicorn-binance-websocket-api==2.4.0
|
|
|
|
# 数据库依赖(用于从数据库读取配置)
|
|
pymysql==1.1.0
|
|
python-dotenv==1.0.0
|