]> git.parisson.com Git - timeside.git/commitdiff
add requirements, pil to pillow
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 2 Feb 2014 00:09:10 +0000 (01:09 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 2 Feb 2014 00:09:10 +0000 (01:09 +0100)
requirements.txt
setup.py

index 49fe098d9e6bccd89482b34510da60ab28556880..dc2458d85dd9dfda482cf3edf36430a36ff57099 100644 (file)
@@ -1 +1,8 @@
 setuptools
+numpy
+mutagen
+pillow
+h5py
+pyyaml
+simplejson
+scipy
\ No newline at end of file
index 23325cc7df01ae31358595ce0f238fbf90c6d59e..f8558dbf79461e650ac8efc683bacd810101116f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
         'setuptools',
         'numpy',
         'mutagen',
-        'pil',
+        'pillow',
         'h5py',
         'pyyaml',
         'simplejson',