From: Guillaume Pellerin Date: Sun, 2 Feb 2014 00:09:10 +0000 (+0100) Subject: add requirements, pil to pillow X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a992c9a313e552035d713aee66098c07a1a27403;p=timeside-diadems.git add requirements, pil to pillow --- diff --git a/requirements.txt b/requirements.txt index 49fe098..dc2458d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,8 @@ setuptools +numpy +mutagen +pillow +h5py +pyyaml +simplejson +scipy \ No newline at end of file diff --git a/setup.py b/setup.py index 23325cc..f8558db 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( 'setuptools', 'numpy', 'mutagen', - 'pil', + 'pillow', 'h5py', 'pyyaml', 'simplejson',