mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 22:30:56 +00:00
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
|