Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
2183:1b42bd8c10fb | 2184:e0f91efa404a |
---|---|
302 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), | 302 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), |
303 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), | 303 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), |
304 ], | 304 ], |
305 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], | 305 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], |
306 zip_safe=False, | 306 zip_safe=False, |
307 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'], | 307 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'], |
308 cmdclass={'install': CustomInstall}, | 308 cmdclass={'install': CustomInstall}, |
309 ) | 309 ) |