# Workweaver MCP Server Dependencies

# FastAPI and ASGI server
fastapi==0.136.3
uvicorn[standard]==0.48.0

# AWS SDK
boto3==1.43.16

# Pydantic for validation
pydantic==2.13.4

# ULID for ID generation
ulid-py==1.1.0
