Mercurial > libervia-backend
changeset 932:1e0550271546
misc: updated setup.py and README4PACKAGERS
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 23 Mar 2014 22:34:24 +0100 |
parents | 3b30e9f83d88 |
children | 955e5c781a40 |
files | README4PACKAGERS setup.py |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README4PACKAGERS Sun Mar 23 22:44:49 2014 +0100 +++ b/README4PACKAGERS Sun Mar 23 22:34:24 2014 +0100 @@ -22,6 +22,7 @@ Twisted Web Twisted Words Wokkel +XDG xe zope.interface @@ -52,6 +53,15 @@ wxPython +-------------------------------------- +Dependencies for the Libervia frontend +-------------------------------------- + +pyjamas +txJSON-RPC + +Recommended: pyOpenSSL + ################## Satellite projects @@ -63,7 +73,7 @@ - SàT PubSub: a PubSub service which manage experimental features like fine permission tuning. - - SàT media: Media needed to by the frontends. + - SàT media: Media needed by the frontends. - Urwid SàText: Widgets for urwid library, designed for SàT but can be useful for other projects. Mandatory for Primitivus.
--- a/setup.py Sun Mar 23 22:44:49 2014 +0100 +++ b/setup.py Sun Mar 23 22:34:24 2014 +0100 @@ -178,6 +178,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 >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml', 'markdown', 'html2text'], + install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml', 'pyxdg', 'markdown', 'html2text'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check