Mercurial > libervia-backend
diff setup.py @ 2184:e0f91efa404a
plugin invitations: first draft:
/!\ new dependency: shortuuid
Plugin invitations allows to invite somebody without XMPP account, using an unique identifier.
The various arguments are explained in the docstring.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 12 Mar 2017 19:35:36 +0100 |
parents | b075c5a576ef |
children | e572482f6cbd |
line wrap: on
line diff
--- a/setup.py Sun Mar 12 19:33:25 2017 +0100 +++ b/setup.py Sun Mar 12 19:35:36 2017 +0100 @@ -304,6 +304,6 @@ ], scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], zip_safe=False, - install_requires=['twisted >= 15.2.0', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.6.1', 'mutagen', 'pillow', 'lxml >= 3.1.0', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr', 'PyOpenSSL', 'service_identity'], + install_requires=['twisted >= 15.2.0', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.6.1', 'mutagen', 'pillow', 'lxml >= 3.1.0', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr', 'PyOpenSSL', 'service_identity', 'shortuuid'], cmdclass={'install': CustomInstall}, )