Update optional dependencies

This commit is contained in:
Dimitris Zlatanidis 2015-08-22 07:58:41 +03:00
parent b204ffdaa9
commit 10faf53584

View file

@ -40,6 +40,8 @@ TESTS_REQUIREMENTS = []
OPTIONAL_REQUIREMENTS = [ OPTIONAL_REQUIREMENTS = [
"pygraphviz >= 1.3rc2", "pygraphviz >= 1.3rc2",
] ]
# Non-Python/non-PyPI optional dependencies:
# ascii diagram: graph-easy (available from SBo repository)
setup( setup(
name="slpkg", name="slpkg",