bump pip-tools when freezing dependencies

to stop big diffs from change in formatting of reqs.txt
This commit is contained in:
Leo Hemsted
2021-04-08 11:09:39 +01:00
parent 2c8fc4d523
commit 5d2b18e501

View File

@@ -57,7 +57,7 @@ fix-imports:
.PHONY: freeze-requirements
freeze-requirements: ## create static requirements.txt
${VIRTUALENV_ROOT}/bin/pip install pip-tools
${VIRTUALENV_ROOT}/bin/pip install --upgrade pip-tools
${VIRTUALENV_ROOT}/bin/pip-compile requirements.in
.PHONY: clean