# Workweaver MCP Server Dependencies

# FastAPI and ASGI server
fastapi==0.135.2
uvicorn[standard]==0.42.0

# AWS SDK
boto3==1.42.78

# Pydantic for validation
pydantic==2.12.5

# ULID for ID generation
ulid-py==1.1.0
