# Workweaver MCP Server Dependencies

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

# AWS SDK
boto3==1.43.8

# Pydantic for validation
pydantic==2.13.4

# ULID for ID generation
ulid-py==1.1.0
