From 4b923b22547dccccca1670862f5cb90c2d8b5ea7 Mon Sep 17 00:00:00 2001 From: natsuoto <279971144+natsuoto@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:48:52 +0530 Subject: chore: declare graphviz optional dependency and add to dev group --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index df02ef5..9243650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,9 @@ classifiers = [ dependencies = [] dynamic = ["version"] +[project.optional-dependencies] +graphviz = ["graphviz>=0.20"] + [project.urls] Documentation = "https://edify.readthedocs.io/" Changelog = "https://edify.readthedocs.io/en/latest/changelog.html" @@ -40,6 +43,7 @@ Changelog = "https://edify.readthedocs.io/en/latest/changelog.html" [dependency-groups] dev = [ + "graphviz>=0.20", "hypothesis>=6.100", "pytest>=8.0", "pytest-cov>=5.0", -- cgit v1.2.3