mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:58:25 -04:00
Install pip tools as part of freeze-requirements
Makes the command faster and more self contained.
This commit is contained in:
3
Makefile
3
Makefile
@@ -75,7 +75,8 @@ fix-imports:
|
||||
isort -rc ./app ./tests
|
||||
|
||||
.PHONY: freeze-requirements
|
||||
freeze-requirements: requirements-for-test requirements.in requirements_for_test.in
|
||||
freeze-requirements: ## create static requirements.txt
|
||||
${VIRTUALENV_ROOT}/bin/pip install pip-tools
|
||||
${VIRTUALENV_ROOT}/bin/pip-compile requirements.in
|
||||
${VIRTUALENV_ROOT}/bin/pip-compile requirements_for_test.in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user