# MT5 Farm Server Dependencies
# Install with: pip install -r requirements.txt

# FastAPI web framework
fastapi>=0.104.0
uvicorn[standard]>=0.24.0

# Pydantic for configuration
pydantic>=2.5.0
pydantic-settings>=2.1.0

# HTTP client for broker discovery
httpx>=0.25.0
aiohttp>=3.9.0

# Process management  
psutil>=5.9.0

# Secure credential storage (Windows Credential Manager)
keyring>=24.3.0

# Optional: For development/testing
python-dotenv>=1.0.0
