trading.ai/requirements.txt
2025-11-02 19:36:26 +08:00

32 lines
401 B
Plaintext

# 核心数据源
tushare>=1.2.89
python-binance>=1.0.19
# 数据处理
pandas>=2.0.0
numpy>=1.24.0
# 技术指标
pandas-ta==0.4.67b0
# 数据库
pymysql[rsa]>=1.1.0
sqlalchemy>=2.0.0
mysql-connector-python>=8.0.33
cryptography>=41.0.0
# 配置文件
pyyaml>=6.0
# 日志记录
loguru>=0.7.0
# 任务调度
schedule>=1.2.0
pytz>=2023.3
# 网络请求
requests>=2.31.0
# Web框架
flask>=2.3.0