# MCP Hub — production runtime dependencies
#
# This file tracks ONLY what the application needs at runtime in production
# (FastAPI server + JSON validation + HTTP client). Dev / test / lint
# dependencies live in ``pyproject.toml`` under the ``[project.optional-
# dependencies]`` table and are installed with::
#
#     pip install -e '.[dev,test]'
#
# Keep this list in sync with ``pyproject.toml``'s ``dependencies``.

fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0
httpx>=0.24.0
