# IPAC Server Dependencies
# Direct code deploy - all dependencies bundled

# FastMCP server framework
fastmcp==3.4.4

# HTTP/Networking
requests>=2.32.0

# Geometry (pure Python since Shapely 2.0 - no C bindings)
shapely>=2.0.0

# Validation
pydantic>=2.12.0

# HTTP Server (required for streamable-http transport)
uvicorn>=0.35.0
starlette>=0.48.0
sse-starlette>=3.0.0
