16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
# FastAPI相关
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
python-multipart==0.0.6
|
|
|
|
# 数据库
|
|
pymysql==1.1.0
|
|
sqlalchemy==2.0.23
|
|
|
|
# 交易系统依赖(如果需要)
|
|
python-binance==1.0.19
|
|
websocket-client==1.6.1
|
|
aiohttp==3.9.1
|
|
unicorn-binance-websocket-api==2.4.0
|