From d7c7b5712f14f9dac5526800c742c273d9442727 Mon Sep 17 00:00:00 2001 From: Christophe Vila Date: Sun, 17 May 2026 19:39:12 +0200 Subject: [PATCH] chore: declare pytest as dev dependency in pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 95cd55b..ad06c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ dependencies = [ "garminconnect", ] +[project.optional-dependencies] +dev = ["pytest"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"