From a5bf619235d4444fc78651dd86acf051b548e903 Mon Sep 17 00:00:00 2001 From: Chen Heroy Date: Tue, 28 Jan 2025 10:59:54 -0700 Subject: [PATCH] minor fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24569ed..89d5040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ dev = [ "hatchling>=1.25.0,<2.0", "pre-commit>=4.0.1,<5.0", - "LFMF[tests]", + "proplib-lfmf[tests]", ] [project.urls]