# Install with -U to keep all requirements up-to-date
# code linting and formatting
flake8
flake8-docstrings
black>=22.1.0
flake8-black>=0.2.4
# documentation checks
doc8
Pygments
# testing
coverage>=6.4
hypothesis
pytest
pytest-cov
pytest-xdist
# MyPy
mypy
types-toml
types-pkg_resources
types-chardet
types-appdirs
types-colorama
types-pyyaml
types-Jinja2
types-regex
# Requests is required for the util script
requests
ghapi
yamllint
