# Trading Bot Dependencies
# Python 3.8+

# Core Trading & Data
MetaTrader5>=5.0.45
pandas>=2.0.0
numpy>=1.24.0

# Visualization & Dashboard
streamlit>=1.31.0
plotly>=5.18.0

# Database
sqlite3-python>=1.0.0  # Usually built-in

# Utilities
python-dotenv>=1.0.0
requests>=2.31.0

# Optional: Jupyter Notebook support
jupyter>=1.0.0
notebook>=7.0.0
ipykernel>=6.25.0
