chore: declare pytest as dev dependency in pyproject.toml
This commit is contained in:
@@ -8,6 +8,9 @@ dependencies = [
|
||||
"garminconnect",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
Reference in New Issue
Block a user