Skip to content

Commit 6f2f729

Browse files
committed
refactor: move graphviz dependency to visualization section
1 parent f7c594d commit 6f2f729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies = [
1515
"typing-extensions>=4.12.2, <5",
1616
"requests>=2.0, <3",
1717
"types-requests>=2.0, <3",
18-
"graphviz>=0.17",
1918
]
2019
classifiers = [
2120
"Typing :: Typed",
@@ -50,6 +49,10 @@ dev = [
5049
"playwright==1.50.0",
5150
"inline-snapshot>=0.20.7",
5251
]
52+
visualization = [
53+
"graphviz>=0.17",
54+
]
55+
5356
[tool.uv.workspace]
5457
members = ["agents"]
5558

0 commit comments

Comments
 (0)