# Development-only dependencies for llmhotspot (tests, lint, type-check).
# Mirror of the ``[project.optional-dependencies] dev`` table in
# pyproject.toml. Install alongside requirements.txt:
#
#   pip install -r requirements.txt -r requirements-dev.txt
#
-r requirements.txt
pytest>=8.0
pytest-asyncio>=0.23
ruff>=0.5
mypy>=1.10
respx>=0.21
freezegun>=1.5
hypothesis>=6.0
