forked from LengKundee/MQL5-Google-Onedrive
Merged the following branches: - feat-genx-trader-bot-bridge (ZOLO bridge, Docker updates) - feature/zolo-integration-update (ZOLO bridge improvements) - feature/add-web-request (Requests support) - fix-mql5-ask-bid-usage (Fix for MQL5) - update-documentation-and-setup-script (Docs update) - update-trading-bridge-zolo (Bridge IP update) - expert-mapsar-improvements (MAPSAR EA improvements) - remote-control-intelligence-tools-integration (Remote control guide) - feat/cli-documentation (CLI docs) - perf-optimize-validator (Validator script optimization) - jules-docker-run-verification (Verification doc update) Resolved conflicts in: - mt5/MQL5/Experts/SMC_TrendBreakout_MTF_EA.mq5 (Version 1.21, merged improvements) - scripts/ci_validate_repo.py (Kept optimized version) - render.yaml (Merged configs) - docker-compose.yml (Merged configs) - README.md & docs (Merged updates) Security fixes: - Removed hardcoded credentials from setup_github_secrets.ps1 and docs/GITHUB_CI_CD_SETUP.md.
19 lines
371 B
Text
19 lines
371 B
Text
# Core Python dependencies for MQL5 Trading Automation
|
|
# Development and production requirements
|
|
|
|
# Telegram Bot
|
|
python-telegram-bot>=20.0
|
|
|
|
# HTTP Server (if needed)
|
|
flask>=3.0.0
|
|
gunicorn>=21.2.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
requests>=2.31.0
|
|
pyyaml>=6.0
|
|
|
|
# Development tools (optional, can be in requirements-dev.txt)
|
|
# black>=23.0.0
|
|
# pylint>=3.0.0
|
|
# pytest>=7.4.0
|