mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 19:43:12 -04: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
|
rm poetry.lock
|
||||||
|
|
||||||
poetry lock
|
poetry lock
|
||||||
poetry install --sync
|
poetry install
|
||||||
|
poetry sync
|
||||||
|
|
||||||
.PHONY: freeze-requirements
|
.PHONY: freeze-requirements
|
||||||
freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt
|
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
|
.PHONY: audit
|
||||||
audit:
|
audit:
|
||||||
|
|||||||
Reference in New Issue
Block a user