mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
oops
This commit is contained in:
5
Makefile
5
Makefile
@@ -120,11 +120,12 @@ py-lock: ## Syncs dependencies and updates lock file without performing recursiv
|
||||
rm poetry.lock
|
||||
|
||||
poetry lock
|
||||
poetry install --sync
|
||||
poetry install
|
||||
poetry sync
|
||||
|
||||
.PHONY: freeze-requirements
|
||||
freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt
|
||||
poetry export --without-hashes --format=requirements.txt > requirements.txt
|
||||
poetry export --output > requirements.txt
|
||||
|
||||
.PHONY: audit
|
||||
audit:
|
||||
|
||||
Reference in New Issue
Block a user