Skip to content

Commit

Permalink
Merge pull request #16 from malik-irain/optional-dev-dependancies
Browse files Browse the repository at this point in the history
Added a section to provide optional development dependancies
  • Loading branch information
malik-irain authored Jan 9, 2025
2 parents 902570c + 4597f8c commit 5009f3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ dependencies = [
"toml",
]

[project.optional-dependencies]
dev = [
"hatch",
"flake8",
"h5py",
"pytest",
"pytest-cov",
"pytest-xdist",
]

[project.scripts]

[project.urls]
Expand Down

0 comments on commit 5009f3c

Please sign in to comment.