From 7cc7a2a53f0dbce0c86493433171bf3da0e2cbc3 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Mon, 30 Oct 2023 15:47:39 -0400 Subject: [PATCH] Update freeze-requirements command Signed-off-by: Carlo Costino --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80f6e6098..cda8e952c 100644 --- a/Makefile +++ b/Makefile @@ -87,8 +87,7 @@ py-lock: ## Syncs dependencies and updates lock file without performing recursiv .PHONY: freeze-requirements freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt - poetry lock --no-update - poetry requirements + poetry export --without-hashes --format=requirements.txt > requirements.txt .PHONY: audit audit: