Files
edx-platform/requirements/edx/pip-tools.in
Aarif f8eb7bfd52 fix: updated the upgrade job to install appropriate pip version (#26659)
pip version 21 doesn't seem to work well with pip-tools <5.4
2021-02-23 01:04:29 +05:00

13 lines
520 B
Plaintext

# Just the dependencies to run pip-tools, mainly for the "upgrade" make target
#
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should:
# * verify that the dependency has a license compatible with AGPLv3
# * confirm that it has no system requirements beyond what we already install
# * run "make upgrade" to update the detailed requirements files
-c ../constraints.txt
pip-tools # Contains pip-compile, used to generate pip requirements files