chore: declare pytest as dev dependency in pyproject.toml

This commit is contained in:
Christophe Vila
2026-05-17 19:39:12 +02:00
parent 1b1e90f9d7
commit d7c7b5712f

View File

@@ -8,6 +8,9 @@ dependencies = [
"garminconnect",
]
[project.optional-dependencies]
dev = ["pytest"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"