From c8b172bad6927aa7041830b331501aeb58d6dc1a Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 19 Sep 2012 11:25:46 +0200 Subject: [PATCH] fix deps, go to 0.3.3 --- setup.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 56d7eff..cfbb4cf 100644 --- a/setup.py +++ b/setup.py @@ -22,12 +22,13 @@ setup( long_description = open('README.rst').read(), author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"], author_email = ["yomguy@parisson.com","olivier@samalyse.com", "riccardo.zaccarelli@gmail.com", "piem@piem.org"], - version = '0.3.2', + version = '0.3.3', install_requires = [ - 'setuptools', - 'numpy', - 'gst', - ], + 'setuptools', + 'numpy', + 'mutagen', + 'pil', + ], platforms=['OS Independent'], license='Gnu Public License V2', classifiers = CLASSIFIERS, -- 2.39.5