Skip to content

Commit 5865c6f

Browse files
committed
Add graphviz as a dependency in pyproject.toml
1 parent 3ef5f47 commit 5865c6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies = [
1515
"typing-extensions>=4.12.2, <5",
1616
"requests>=2.0, <3",
1717
"types-requests>=2.0, <3",
18+
"graphviz>=0.17",
1819
]
1920
classifiers = [
2021
"Typing :: Typed",

0 commit comments

Comments
 (0)