Skip to content

Commit f114bba

Browse files
authored
move pytest to dev dependency (#4)
1 parent 3841d0c commit f114bba

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
[project]
22
name = "eed-basic-utils"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [
77
{ name = "EED85", email = "eric.brahmann@eed-solutions.de" }
88
]
99
requires-python = ">=3.11"
10-
dependencies = [
11-
"pytest>=8.4.1",
12-
]
10+
dependencies = []
1311

1412
[build-system]
1513
requires = ["hatchling"]
1614
build-backend = "hatchling.build"
15+
16+
[dependency-groups]
17+
dev = [
18+
"pytest>=8.4.1",
19+
]

uv.lock

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)