# Core MCP dependencies
mcp>=1.0.0
fastmcp>=0.1.0

# HTTP and API dependencies
httpx>=0.24.0
requests>=2.28.0
aiohttp>=3.8.0

# Data processing
pandas>=1.5.0
numpy>=1.24.0
pydantic>=2.0.0

# AWS dependencies (optional)
boto3>=1.26.0
botocore>=1.29.0

# Async support
asyncio-mqtt>=0.11.0
aiofiles>=23.0.0

# Logging and monitoring
structlog>=23.0.0
rich>=13.0.0

# Configuration
pyyaml>=6.0
python-dotenv>=1.0.0

# Development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
