Add graphviz as a dependency in pyproject.toml
This commit is contained in:
parent
3ef5f4712a
commit
5865c6fbde
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue