MQL5-Google-Onedrive/requirements.txt

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