# Version constraints for pip-installation.
#
# This file doesn't install any packages. It specifies version constraints
# that will be applied if a package is needed.
#
# When pinning something here, please provide an explanation of why.  Ideally,
# link to other information that will help people in the future to remove the
# pin when possible.  Writing an issue against the offending project and
# linking to it here is good.

# Not sure why I'm getting cannot-enumerate-pytest-fixtures failures:
# https://github.com/reverbc/pylint-pytest/issues/20
pylint-pytest==1.0.3

# docutils is causing problems for sphinx_rtd_theme, but doc8 wants to force it
# forward. Hold back doc8 while everyone resolves their issues.
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1323
doc8 < 1.0
