47 lines
699 B
Plaintext
47 lines
699 B
Plaintext
# Data source
|
|
adata>=1.15.0
|
|
|
|
# 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
|
|
# sqlite3 is part of Python standard library
|
|
|
|
# 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 |