From 6cf97987a46a09c4c936db4ffb60357f927293e5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 19 May 2014 16:11:01 +0200 Subject: [PATCH] Add matplotlib to setup deps --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.39.5