From a992c9a313e552035d713aee66098c07a1a27403 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 2 Feb 2014 01:09:10 +0100 Subject: [PATCH] add requirements, pil to pillow --- requirements.txt | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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', -- 2.39.5