# HG changeset patch # User Goffi # Date 1380882171 -7200 # Node ID 8664a72442d634b14b790f5e3fe2ec85263ef13a # Parent 8dcc37d05d022db5b206ca5ce894a7b58accf145 install: minimum required wokkel version is now 0.7.1, updated setup.py diff -r 8dcc37d05d02 -r 8664a72442d6 setup.py --- 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