# TextGraph — development toolchain (tests, lint, type-check, hooks).
# Mirrors the [dev] extra in pyproject.toml.
#
#   pip install -r requirements.txt -r requirements-dev.txt
#
-r requirements.txt
pytest>=8.0.0
pytest-cov>=5.0.0
ruff>=0.6.0
mypy>=1.11.0
pre-commit>=3.8.0
jsonschema>=4.20.0
types-PyYAML>=6.0
