Mercurial > libervia-backend
changeset 652:8664a72442d6
install: minimum required wokkel version is now 0.7.1, updated setup.py
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Oct 2013 12:22:51 +0200 |
parents | 8dcc37d05d02 |
children | e2eff3c7ad02 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Oct 03 12:58:00 2013 +0200 +++ b/setup.py Fri Oct 04 12:22:51 2013 +0200 @@ -171,6 +171,6 @@ scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], zip_safe=False, dependency_links=['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], - install_requires=['twisted', 'wokkel', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext', 'pyfeed', 'xe', 'mutagen', 'PIL'], + install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext', 'pyfeed', 'xe', 'mutagen', 'PIL'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check