mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Update freeze-requirements command
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
3
Makefile
3
Makefile
@@ -87,8 +87,7 @@ py-lock: ## Syncs dependencies and updates lock file without performing recursiv
|
|||||||
|
|
||||||
.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 lock --no-update
|
poetry export --without-hashes --format=requirements.txt > requirements.txt
|
||||||
poetry requirements
|
|
||||||
|
|
||||||
.PHONY: audit
|
.PHONY: audit
|
||||||
audit:
|
audit:
|
||||||
|
|||||||
Reference in New Issue
Block a user