diff --git a/setup.py b/setup.py index 0f11655..c6df716 100644 --- a/setup.py +++ b/setup.py @@ -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",