# pip-requirements/static-analysis.txt
# Python distributions required for static analysis of this code base.
# Documentation: <URL:https://pip.readthedocs.io/en/stable/reference/pip_install/#requirements-file-format>.

--requirement base.txt

# Pip version inspector that reports PyPI available updates.
# Homepage: <URL:https://github.com/bartTC/pip-check/>.
pip-check

# Static code checker for Python style recommendations.
# Documentation: <URL:https://pycodestyle.pycqa.org/>.
pycodestyle == 2.8.0

# Python ‘import’ statement sorter.
# Documentation: <URL:https://pycqa.github.io/isort/>.
isort == 5.12.0


# Local variables:
# coding: utf-8
# mode: conf
# mode: pip-requirements
# End:
# vim: fileencoding=utf-8 filetype=conf :
