2026-01-28 10:24:13 +00:00
|
|
|
# Core Python dependencies for MQL5 Trading Automation
|
2026-01-06 04:21:36 +00:00
|
|
|
|
2026-01-28 10:24:13 +00:00
|
|
|
# Telegram Bot
|
|
|
|
|
python-telegram-bot>=20.0
|
|
|
|
|
|
|
|
|
|
# HTTP Server
|
2026-01-18 22:52:05 +00:00
|
|
|
flask>=3.0.0
|
2026-01-28 10:24:13 +00:00
|
|
|
gunicorn>=21.2.0
|
|
|
|
|
|
|
|
|
|
# Utilities
|
2026-01-18 22:52:05 +00:00
|
|
|
markdown>=3.5.0
|
2026-01-28 10:24:13 +00:00
|
|
|
requests>=2.31.0
|
|
|
|
|
pyyaml>=6.0
|
|
|
|
|
python-dotenv>=1.0.0
|
|
|
|
|
schedule>=1.1.0
|
2026-01-06 04:21:36 +00:00
|
|
|
|
2026-01-28 10:24:13 +00:00
|
|
|
# AI & Data
|
|
|
|
|
google-generativeai>=0.3.0
|
|
|
|
|
yfinance>=0.2.0
|