We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19274cf commit ad7ce45Copy full SHA for ad7ce45
1 file changed
pyproject.toml
@@ -39,6 +39,13 @@ Home = 'https://github.com/aiidateam/plumpy'
39
Source = 'https://github.com/aiidateam/plumpy'
40
Documentation = 'https://plumpy.readthedocs.io'
41
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
+
49
[project.optional-dependencies]
50
docs = [
51
'ipython~=7.0',
0 commit comments