# Research MCP Server Dependencies

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

# Convex client
convex==0.7.0

# HTTP client
httpx==0.28.1
aiohttp==3.13.5

# Utilities
python-dotenv==1.2.2

# Logging
structlog==25.5.0

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

