forked from LengKundee/MQL5-Google-Onedrive
19 lines
293 B
Text
19 lines
293 B
Text
# Core Python dependencies for MQL5 Trading Automation
|
|
|
|
# Telegram Bot
|
|
python-telegram-bot>=20.0
|
|
|
|
# HTTP Server
|
|
flask>=3.0.0
|
|
gunicorn>=21.2.0
|
|
|
|
# Utilities
|
|
markdown>=3.5.0
|
|
requests>=2.31.0
|
|
pyyaml>=6.0
|
|
python-dotenv>=1.0.0
|
|
schedule>=1.1.0
|
|
|
|
# AI & Data
|
|
google-generativeai>=0.3.0
|
|
yfinance>=0.2.0
|