From 763810509ce4644118c836b3ecd50f25b8b47af0 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Tue, 6 Feb 2024 13:39:34 +0100 Subject: [PATCH] build: use pdm export --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6f3ecf..5679fa2 100644 --- a/Makefile +++ b/Makefile @@ -124,4 +124,4 @@ publish: prepare-release: tests/requirements-testing.txt tests/requirements-testing.txt: pyproject.toml - pdm lock --dev --output $@ \ No newline at end of file + pdm export --dev --format requirements --output $@ \ No newline at end of file