Skip to content

Commit ad7ce45

Browse files
committed
Add dev dependency group for uv
1 parent 19274cf commit ad7ce45

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ Home = 'https://github.com/aiidateam/plumpy'
3939
Source = 'https://github.com/aiidateam/plumpy'
4040
Documentation = 'https://plumpy.readthedocs.io'
4141

42+
# The "dev" dependency group is automatically synced by uv
43+
# and should thus contain all necessary deps for local development.
44+
[dependency-groups]
45+
dev = [
46+
"plumpy[pre-commit,tests]"
47+
]
48+
4249
[project.optional-dependencies]
4350
docs = [
4451
'ipython~=7.0',

0 commit comments

Comments
 (0)