We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c594d commit 6f2f729Copy full SHA for 6f2f729
pyproject.toml
@@ -15,7 +15,6 @@ dependencies = [
15
"typing-extensions>=4.12.2, <5",
16
"requests>=2.0, <3",
17
"types-requests>=2.0, <3",
18
- "graphviz>=0.17",
19
]
20
classifiers = [
21
"Typing :: Typed",
@@ -50,6 +49,10 @@ dev = [
50
49
"playwright==1.50.0",
51
"inline-snapshot>=0.20.7",
52
+visualization = [
53
+ "graphviz>=0.17",
54
+]
55
+
56
[tool.uv.workspace]
57
members = ["agents"]
58
0 commit comments