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

# Common constraints for edx repos
-c common_constraints.txt

backports.zoneinfo;python_version<"3.9"

# Temporary pins to avoid conflicts
packaging==23.2
requests==2.31.0
slumber==0.7.1
twine==5.0.0
zipp==3.17.0
