Skip to content

Commit 9f7d596

Browse files
committed
feat: add optional dependency for visualization using Graphviz
1 parent f4edc1f commit 9f7d596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ dev = [
4949
"playwright==1.50.0",
5050
"inline-snapshot>=0.20.7",
5151
]
52+
53+
[project.optional-dependencies]
5254
visualization = [
5355
"graphviz>=0.17",
5456
]

0 commit comments

Comments
 (0)