# Development dependencies.
#
# Single source of truth = pyproject.toml [project.optional-dependencies].
# This file just installs the package in editable mode with every dev-relevant
# extra (dev = test/lint/type tooling, docs = sphinx, build = build/twine).
#
#   pip install -e ".[dev,docs,build]"
#
# Use the line below (equivalent) to install from this file directly:
-e .[dev,docs,build]
