From: Guillaume Pellerin Date: Mon, 19 May 2014 14:11:01 +0000 (+0200) Subject: Add matplotlib to setup deps X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=317f9c5fdb594d2b154caefcb2a6d0ff4aa85f1c;p=timeside-diadems.git Add matplotlib to setup deps --- diff --git a/setup.py b/setup.py index 048ec68..b86df3c 100755 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ setup( 'pyyaml', 'simplejson', 'scipy', + 'matplotlib', 'django>=1.4', 'django-extensions', 'djangorestframework',