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