# Placeholder requirements file for non-uv workflows (pip, CI mirrors, etc.).
# Canonical dependency definitions live in pyproject.toml.
#
# Runtime: none (stdlib-only). Requires Python >=3.9.
#
# Development (optional):
#   pip install -e ".[dev]"
# or match versions below when installing ad hoc:
pytest>=8.0
ruff>=0.4
