mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
bump pip-tools when freezing dependencies
to stop big diffs from change in formatting of reqs.txt
This commit is contained in:
2
Makefile
2
Makefile
@@ -57,7 +57,7 @@ fix-imports:
|
|||||||
|
|
||||||
.PHONY: freeze-requirements
|
.PHONY: freeze-requirements
|
||||||
freeze-requirements: ## create static requirements.txt
|
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
|
${VIRTUALENV_ROOT}/bin/pip-compile requirements.in
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user