# =============================================================================
# Dell PowerStore MCP Server - Production Dependencies
# =============================================================================
#
# For development dependencies, install with: pip install -e ".[dev]"
# Or use: pip install -r requirements-dev.txt
#
# =============================================================================

# MCP SDK
mcp>=1.23.1

# HTTP client with async support
httpx>=0.27.0

# Data validation and settings
pydantic>=2.0.0
python-dotenv>=1.0.0
pyyaml>=6.0.0

# ASGI server and framework
starlette>=0.36.0
uvicorn[standard]>=0.27.0

# Retry logic for resilient API calls
tenacity>=8.2.0
