From 10faf53584d472c5a0c28937ca92f04f3990f6c3 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 22 Aug 2015 07:58:41 +0300 Subject: [PATCH] Update optional dependencies --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1210aa6b..27c6557d 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,8 @@ TESTS_REQUIREMENTS = [] OPTIONAL_REQUIREMENTS = [ "pygraphviz >= 1.3rc2", ] +# Non-Python/non-PyPI optional dependencies: +# ascii diagram: graph-easy (available from SBo repository) setup( name="slpkg",