Skip to content

Commit

Permalink
Merge pull request #99 from amorenoz/fix_graphviz
Browse files Browse the repository at this point in the history
setup: pin graphviz to 0.18.2
  • Loading branch information
amorenoz authored Mar 4, 2022
2 parents 05bbba3 + e1a51e5 commit c177616
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
with open("README.md") as readme_file:
readme = readme_file.read()

requirements = ["click>=8.0.0", "rich", "pyparsing", "netaddr", "graphviz"]
requirements = [
"click>=8.0.0",
"rich",
"pyparsing",
"netaddr",
"graphviz==0.18.2",
]

setup_requirements = [
"pytest-runner",
Expand Down

0 comments on commit c177616

Please sign in to comment.