aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
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",