forked from mirrors/gecko-dev
pip-tools 6.0.0 breaks due to a missing importlib-metadata in <py38, plus it removes --index and --no-index from pip-compile. Let's pin our pip-tools version to avoid future bustage like this. Differential Revision: https://phabricator.services.mozilla.com/D108485
3 lines
143 B
Text
3 lines
143 B
Text
# bug 1698453 - pip-tools 6.0.0 breaks pip-compile due to missing
|
|
# importlib.metadata plus no --index or --no-index
|
|
pip-tools<6
|