From: yomguy Date: Wed, 19 Sep 2012 09:25:46 +0000 (+0200) Subject: fix deps, go to 0.3.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=00c2378a59f53bc8694d86b7581fcbec66f68893;p=timeside-diadems.git fix deps, go to 0.3.3 --- 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,