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