# Development / test dependencies only.
#
# Runtime dependencies are declared in pyproject.toml under
# [project.dependencies]; optional extras are [mcp] and [documents].
# CI and local dev installs pull the runtime deps via
#   pip install -e ".[mcp,documents]"
# and the test tooling from this file.

pytest>=7.0
pytest-asyncio>=0.21
# Required by pyproject.toml addopts ("-n auto"); without it every pytest
# invocation fails with "unrecognized arguments: -n" (review A.7).
pytest-xdist>=3.0
