Skip to content

Commit 4597f8c

Browse files
committed
Added a section to provide optional development dependancies
1 parent f4586af commit 4597f8c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ dependencies = [
4141
"toml",
4242
]
4343

44+
[project.optional-dependencies]
45+
dev = [
46+
"hatch",
47+
"flake8",
48+
"h5py",
49+
"pytest",
50+
"pytest-cov",
51+
"pytest-xdist",
52+
]
53+
4454
[project.scripts]
4555

4656
[project.urls]

0 commit comments

Comments
 (0)