21 lines
373 B
Plaintext
21 lines
373 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-dotenv==1.0.0
|
|
|
|
# 交易系统依赖(如果需要)
|
|
python-binance==1.0.19
|
|
websocket-client==1.6.1
|
|
aiohttp==3.9.1
|
|
|
|
# Redis/Valkey 缓存依赖(与 trading_system 保持一致)
|
|
aioredis==2.0.1
|