Skip to content

Commit

Permalink
Merge pull request #16 from kinow/dependabot/pip/graphviz-gte-0.14-an…
Browse files Browse the repository at this point in the history
…d-lt-0.17

Update graphviz requirement from ==0.14.* to >=0.14,<0.17
  • Loading branch information
kinow authored Mar 13, 2021
2 parents dbea793 + 69f237e commit 8eb7df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*parts):

install_requires = [
"click==7.1.*",
"graphviz==0.14.*",
"graphviz>=0.14,<0.17",
"protobuf==3.13.*"
]

Expand Down

0 comments on commit 8eb7df1

Please sign in to comment.