# These are dependencies required to run package tests
#
# ought to mirror [project.optional-dependencies.tests] in pyproject.toml
#
-r install.txt
codespell
dlint
flake8
flake8-absolute-import
flake8-implicit-str-concat
flake8-mutable
flake8-rst-docstrings
flake8-simplify
flake8-use-fstring
hypothesis
pre-commit
pydocstyle
pytest >= 5.4.0
pytest-regressions
pytest-xdist
tox
