# Dev/test-only dependencies, on top of requirements.txt.
#
# Deliberately just pytest: the existing ad-hoc verification scripts used
# throughout this project's development monkeypatched dependencies
# directly (module.function = fake) with a plain check(label, cond)
# helper, no mocking framework — the pytest test suite under tests/
# continues that style with stdlib unittest.mock (via pytest's own
# `monkeypatch` fixture), so nothing beyond pytest itself is needed.
pytest>=8.0
