trading.ai/requirements.txt
2025-11-02 10:41:17 +08:00

53 lines
775 B
Plaintext

# Data source
tushare>=1.2.89
python-binance>=1.0.19
# Data analysis and manipulation
pandas>=2.0.0
numpy>=1.24.0
# Technical indicators
pandas-ta==0.4.67b0
# Visualization
matplotlib>=3.7.0
plotly>=5.14.0
seaborn>=0.12.0
# Machine learning (optional for advanced strategies)
scikit-learn>=1.3.0
# Database
PyMySQL>=1.1.0
>=2.0.0
pymysql[rsa]>=1.1.0
mysql-connector-python>=8.0.33
cryptography>=41.0.0
# Configuration
pyyaml>=6.0
# configparser is part of Python standard library
# Logging
loguru>=0.7.0
# Scheduling and timing
schedule>=1.2.0
pytz>=2023.3
# API and web requests
requests>=2.31.0
aiohttp>=3.8.0
# Development tools
pytest>=7.4.0
black>=23.0.0
flake8>=6.0.0
# Jupyter notebook support
jupyter>=1.0.0
ipykernel>=6.25.0
# Web framework
flask>=2.3.0