From a67aa09b91962818087b0ff8f5dd79aaa7510ea4 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Sun, 24 Aug 2014 10:06:40 +0200 Subject: [PATCH] fix(setup): Add requirement on networkx --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4520ec2..616cbc8 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,8 @@ setup( 'django-extensions', 'djangorestframework', 'south', - 'traits' + 'traits', + 'networkx' ], platforms=['OS Independent'], license='Gnu Public License V2', -- 2.39.5