# Shared Python dependencies for all MCP servers

# Web framework
fastapi==0.136.1
uvicorn[standard]==0.46.0
pydantic==2.13.3
pydantic-settings==2.14.0

# HTTP client
httpx==0.28.1
aiohttp==3.13.5
requests>=2.33.1

# Utilities
python-dotenv==1.2.2
python-multipart==0.0.27

# Logging
structlog==25.5.0

# Testing
pytest==9.0.3
pytest-asyncio==0.23.3
pytest-cov==4.1.0

# Code quality
black==26.3.1
flake8==7.3.0
mypy==1.20.2

