From 9f7d596d148340e16da6a5c4327836e1acc3f743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Bravo?= <123977407+MartinEBravo@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:08:29 +0100 Subject: [PATCH] feat: add optional dependency for visualization using Graphviz --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 554771a..ed11723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,8 @@ dev = [ "playwright==1.50.0", "inline-snapshot>=0.20.7", ] + +[project.optional-dependencies] visualization = [ "graphviz>=0.17", ]