# Runtime dependencies are declared in pyproject.toml and installed automatically
# by `pip install lmstudio-agent-mcp`. This file is kept for legacy tooling and
# for users who prefer to install the project in editable mode without
# re-resolving transitive dependencies:
#
#   pip install -e .
#
# See pyproject.toml for the authoritative dependency list.
-r ./requirements.d/constraints.txt
