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

-c common_constraints.txt

# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9"  # Newer versions have zoneinfo available in the standard library

# Temporary until we drop support for python 3.8
# Upgrading causes quality error: AttributeError: module 'importlib.resources' has no attribute 'files'
edx-lint<5.4
