We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75ac8b6 + ee3f5ee commit 605cbfaCopy full SHA for 605cbfa
Makefile
@@ -119,7 +119,7 @@ pipenv-version:
119
TOOLS := "$(TOOLS) pip-tools"
120
.PHONY: pip-tools-tooling pip-tools-import pip-tools-clean-cache pip-tools-clean-venv pip-tools-clean-lock pip-tools-lock pip-tools-install pip-tools-add-package pip-tools-version
121
pip-tools-tooling:
122
- pip install --user pip-tools
+ pip install --user pip-tools 'pip<25.1'
123
pip-tools-import:
124
cat requirements.txt
125
pip-tools-clean-cache: pip-clean
0 commit comments