From 5865c6fbde22c71abb4c8be90f7374a0a8b03c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Bravo?= <123977407+MartinEBravo@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:33:08 +0100 Subject: [PATCH] Add graphviz as a dependency in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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",