# Core MCP server dependencies
fastmcp[apps]==4.0.3
mcp>=2.0.0,<3.0.0

# Datawrapper API integration
datawrapper>=2.0.14

# Data manipulation
pandas>=2.0.0

# UI components
prefab-ui==0.20.2

# HTTP server dependencies (included with mcp[cli] but explicit for clarity)
starlette>=1.0.1
uvicorn>=0.23.0
