]> git.parisson.com Git - timeside.git/commitdiff
Add matplotlib to setup deps
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:11:01 +0000 (16:11 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:11:01 +0000 (16:11 +0200)
setup.py

index 048ec68cf2b3657960e234d144f8172046f9c043..b86df3c3e58abab7b595d0cce62671b776f727b0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,7 @@ setup(
         'pyyaml',
         'simplejson',
         'scipy',
+        'matplotlib',
         'django>=1.4',
         'django-extensions',
         'djangorestframework',