# These are tools that are required for development using the virtualenv
# It should _not_ include package dependencies that are already listed
# in setup.cfg

ansi2html

# Need `toml` extra to enable configurability from `pyproject.toml`
coverage[toml]>=5.3.1,<6

pylint>=2.5.3,<3
tox>=3.14.6,<4
pycodestyle>=2.5.0,<3
twine>=3.1.1
pytest-cov>=4.0.0,<5
build>=0.8.0
docutils~=0.19
rst-include~=2.1
sphinx~=5.2
pygments-pytest~=2.2
