Skip to content

Commit c177616

Browse files
authored
Merge pull request #99 from amorenoz/fix_graphviz
setup: pin graphviz to 0.18.2
2 parents 05bbba3 + e1a51e5 commit c177616

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
with open("README.md") as readme_file:
99
readme = readme_file.read()
1010

11-
requirements = ["click>=8.0.0", "rich", "pyparsing", "netaddr", "graphviz"]
11+
requirements = [
12+
"click>=8.0.0",
13+
"rich",
14+
"pyparsing",
15+
"netaddr",
16+
"graphviz==0.18.2",
17+
]
1218

1319
setup_requirements = [
1420
"pytest-runner",

0 commit comments

Comments
 (0)