update reqs to use GSA/notifications-utils

This commit is contained in:
jimmoffet
2022-09-06 18:34:30 -07:00
parent c91ebda674
commit 3121e7bc47
3 changed files with 13 additions and 6 deletions

View File

@@ -70,8 +70,8 @@ fix-imports: ## Fix imports using isort
.PHONY: freeze-requirements
freeze-requirements: ## create static requirements.txt
${VIRTUALENV_ROOT}/bin/pip install --upgrade pip-tools
${VIRTUALENV_ROOT}/bin/pip-compile requirements.in
pip install --upgrade pip-tools
pip-compile requirements.in
.PHONY: pip-audit
pip-audit: