From: Thomas Fillon Date: Sun, 24 Aug 2014 08:06:40 +0000 (+0200) Subject: fix(setup): Add requirement on networkx X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a67aa09b91962818087b0ff8f5dd79aaa7510ea4;p=timeside-diadems.git fix(setup): Add requirement on networkx --- 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',