Files
chanlun_1/requirements.txt
T
2025-05-23 19:09:55 +08:00

37 lines
492 B
Plaintext

# 缠论分析系统依赖包
# 数据获取和处理
ccxt>=4.0.0
pandas>=1.5.0
numpy>=1.24.0
# 可视化
plotly>=5.15.0
dash>=2.10.0
# Web框架
flask>=2.3.0
# 日期时间处理
python-dateutil>=2.8.0
# 日志
colorlog>=6.7.0
# 科学计算
scipy>=1.10.0
# 数据结构
dataclasses>=0.6.0; python_version<'3.7'
# 类型提示
typing-extensions>=4.0.0
# 开发工具(可选)
jupyter>=1.0.0
matplotlib>=3.7.0
seaborn>=0.12.0
# 测试(可选)
pytest>=7.0.0
pytest-cov>=4.0.0