comparison setup.py @ 1809:821c77574ad9

test, setup: requires lxml >= 3.1.0 (fixes html cleaning issue)
author souliane <souliane@mailoo.org>
date Thu, 21 Aug 2014 20:45:24 +0200
parents d17772b0fe22
children fdc1dfcee35e
comparison
equal deleted inserted replaced
1808:18561326a561 1809:821c77574ad9
306 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), 306 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)),
307 ], 307 ],
308 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], 308 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ],
309 zip_safe=False, 309 zip_safe=False,
310 dependency_links=['http://home.avvanta.com/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://home.avvanta.com/%7Esteveha/xe-0.7.4.tar.gz'], 310 dependency_links=['http://home.avvanta.com/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://home.avvanta.com/%7Esteveha/xe-0.7.4.tar.gz'],
311 install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.4.0', 'pyfeed', 'xe', 'mutagen', 'pillow', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr', 'PyOpenSSL'], 311 install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.4.0', 'pyfeed', 'xe', 'mutagen', 'pillow', 'lxml >= 3.1.0', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr', 'PyOpenSSL'],
312 cmdclass={'install': CustomInstall}, 312 cmdclass={'install': CustomInstall},
313 ) # XXX: wxpython doesn't work, it's managed with preinstall_check 313 ) # XXX: wxpython doesn't work, it's managed with preinstall_check