38 lines
525 B
Plaintext
38 lines
525 B
Plaintext
# MT4 Gateway Service - Dependencies
|
|
# OrbiQuant IA Trading Platform
|
|
|
|
# Web Framework
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
python-multipart>=0.0.6
|
|
|
|
# HTTP Client
|
|
aiohttp>=3.9.0
|
|
httpx>=0.25.0
|
|
|
|
# Database
|
|
asyncpg>=0.29.0
|
|
sqlalchemy[asyncio]>=2.0.0
|
|
|
|
# Configuration
|
|
pyyaml>=6.0
|
|
python-dotenv>=1.0.0
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
|
|
# Logging
|
|
loguru>=0.7.0
|
|
|
|
# Utilities
|
|
python-dateutil>=2.8.0
|
|
|
|
# Testing
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-cov>=4.1.0
|
|
|
|
# Development
|
|
black>=23.0.0
|
|
isort>=5.12.0
|
|
mypy>=1.7.0
|