diff --git a/pyproject.toml b/pyproject.toml index 262ce17..116671f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ dependencies = [ "typing-extensions>=4.12.2, <5", "requests>=2.0, <3", "types-requests>=2.0, <3", + "graphviz>=0.17", ] classifiers = [ "Typing :: Typed",