# Core dependencies
mcp>=1.0.0
fastmcp>=0.1.0
httpx>=0.27.0
python-dotenv>=1.0.0

# Azure SDK dependencies
azure-identity>=1.15.0
azure-mgmt-compute>=30.0.0
azure-mgmt-resource>=23.0.0
azure-mgmt-storage>=21.0.0
azure-mgmt-subscription>=3.1.0
azure-mgmt-managementgroups>=1.0.0
azure-mgmt-authorization>=4.0.0
azure-mgmt-monitor>=6.0.0
azure-mgmt-appconfiguration>=3.0.0
azure-appconfiguration>=1.6.0
azure-mgmt-web>=7.0.0
azure-mgmt-network>=25.0.0

# Optional dependencies for monitoring
psutil>=5.9.0  # System metrics

# Development dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.12.0
ruff>=0.1.0
mypy>=1.7.0

# Testing utilities
pytest-mock>=3.12.0