2026-01-19 09:53:30 +07:00
|
|
|
# Core Python dependencies for MQL5 Trading Automation
|
|
|
|
|
# Development and production requirements
|
2026-01-06 04:21:36 +00:00
|
|
|
|
2026-01-19 09:53:30 +07: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-19 09:53:30 +07:00
|
|
|
gunicorn>=21.2.0
|
|
|
|
|
|
|
|
|
|
# Utilities
|
|
|
|
|
python-dotenv>=1.0.0
|
|
|
|
|
requests>=2.31.0
|
2026-02-11 19:22:33 +00:00
|
|
|
markdown>=3.5.0
|
2026-01-19 09:53:30 +07:00
|
|
|
pyyaml>=6.0
|
|
|
|
|
|
|
|
|
|
# Development tools (optional, can be in requirements-dev.txt)
|
|
|
|
|
# black>=23.0.0
|
|
|
|
|
# pylint>=3.0.0
|
|
|
|
|
# pytest>=7.4.0
|