mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 06:20:56 +00:00
- Implemented a Flask-based web dashboard in `scripts/web_dashboard.py` to serve project status and documentation. - Integrated the web dashboard into `config/startup_config.json` as a managed component. - Updated `requirements.txt` with `flask` and `markdown` dependencies. - Added `/health` endpoint for cloud platform health checks. - Verified system integrity with existing validation and testing scripts.
14 lines
544 B
Text
14 lines
544 B
Text
# Python Requirements for MQL5 Trading Automation
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
# Core
|
|
flask>=3.0.0
|
|
markdown>=3.5.0
|
|
|
|
# Optional: For enhanced features (uncomment if needed)
|
|
# requests>=2.28.0 # For HTTP requests and API calls
|
|
# schedule>=1.1.0 # For advanced scheduling
|
|
# python-dotenv>=0.20.0 # For environment variable management
|
|
# pytz>=2022.1 # For timezone handling
|
|
# colorama>=0.4.5 # For colored terminal output (Windows)
|
|
# psutil>=5.9.0 # For advanced process management
|