# Development packages are used to build from source, run the test suite and build documentation

## Build tools
build
setuptools>=42
setuptools_scm[toml] >= 3.4.1
wheel

## pylint is used by "garden check".
pylint>=2.14.0

## pytest packages are used by the "garden test" test suite.
pytest>=3.6
pytest-cov

## Build and install documentation using "garden doc" and "garden install-doc".
jaraco.packaging >= 9
rst.linker >= 1.9
Sphinx
sphinx-rtd-theme
