Mercurial > libervia-backend
diff setup.py @ 548:8022cca26595
installation: removed BeautifulSoup from dependencies as it was only used by CS plugin which is now deprecated
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 14 Nov 2012 21:47:56 +0100 |
parents | 8b5e142354ca |
children | db7a03a33612 |
line wrap: on
line diff
--- a/setup.py Wed Nov 14 21:44:25 2012 +0100 +++ b/setup.py Wed Nov 14 21:47:56 2012 +0100 @@ -169,7 +169,7 @@ 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', 'beautifulsoup', 'urwid-satext','pyfeed','xe'], + install_requires=['twisted', 'wokkel', 'progressbar', 'urwid', 'urwid-satext','pyfeed','xe'], cmdclass=dict(install=custom_install), ) #XXX: wxpython doesn't work, it's managed with preinstall_check