# 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.

# Stay on an LTS release
django<2.3

# mock has dropped support for python 3.5 after 3.0.5
mock==3.0.5

# inflect has dropped support for python 3.5 after 3.0.2
inflect==3.0.2

# stevedore 2.0.0 requires python >= 3.6
stevedore<2.0.0

path==13.1.0

# zip has dropped support for python 3.5 after 1.0.0
zipp==1.0.0
