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

path==13.1.0

celery<5.0

# pinning because latest version of pylint is causing lot of failures
edx-lint<=1.5.2

# latest version causing issues in discovery.
algoliasearch-django<4.0.0
algoliasearch<2.0.0

# tox version greater than 4 is causing problems.
tox<4.0.0
