Skip to content

Commit e2d889c

Browse files
committed
pyproject.toml: Move to dependency-groups
This is a new standardized way to have dev dependencies.
1 parent 11207ba commit e2d889c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ requires-python = ">=3.9"
3232
[project.optional-dependencies]
3333
graph = ['gremlinpython==3.4.6']
3434
cle = ['cryptography>=35.0']
35-
test = [
35+
36+
[dependency-groups]
37+
dev = [
3638
"pytest",
3739
"PyYAML",
3840
"pytz",

0 commit comments

Comments
 (0)