2026-01-24 19:32:01 +00:00
|
|
|
# Core Python dependencies for MQL5 Trading Automation
|
|
|
|
|
# Development and production requirements
|
2026-01-06 04:21:36 +00:00
|
|
|
|
2026-01-24 19:32:01 +00:00
|
|
|
# Telegram Bot
|
|
|
|
|
python-telegram-bot>=20.0
|
|
|
|
|
|
|
|
|
|
# HTTP Server (if needed)
|
2026-01-18 22:52:05 +00:00
|
|
|
flask>=3.0.0
|
2026-01-24 19:32:01 +00:00
|
|
|
gunicorn>=21.2.0
|
|
|
|
|
|
|
|
|
|
# Utilities
|
|
|
|
|
requests>=2.31.0
|
|
|
|
|
pyyaml>=6.0
|
2026-01-06 04:21:36 +00:00
|
|
|
|
2026-01-24 19:32:01 +00:00
|
|
|
# Optional: For enhanced features
|
|
|
|
|
markdown>=3.5.0
|
2026-01-22 19:36:23 +00:00
|
|
|
schedule>=1.1.0 # For advanced scheduling
|
|
|
|
|
google-generativeai>=0.3.0 # For Gemini AI integration
|
2026-01-24 19:32:01 +00:00
|
|
|
python-dotenv>=1.0.0 # For environment variable management
|
|
|
|
|
yfinance>=0.2.0 # For fetching market data
|
2026-01-06 04:21:36 +00:00
|
|
|
# pytz>=2022.1 # For timezone handling
|
|
|
|
|
# colorama>=0.4.5 # For colored terminal output (Windows)
|
|
|
|
|
# psutil>=5.9.0 # For advanced process management
|