comparison setup.py @ 1896:c1fbd47b53bf

install: minimum Twisted version is now 15.2.0 as sendmail need username argument
author Goffi <goffi@goffi.org>
date Wed, 09 Mar 2016 11:16:24 +0100
parents fdc1dfcee35e
children 6a8b26754f0d
comparison
equal deleted inserted replaced
1895:ebbdb8aea71d 1896:c1fbd47b53bf
302 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), 302 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)),
303 ], 303 ],
304 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], 304 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ],
305 zip_safe=False, 305 zip_safe=False,
306 dependency_links=['http://home.avvanta.com/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://home.avvanta.com/%7Esteveha/xe-0.7.4.tar.gz'], 306 dependency_links=['http://home.avvanta.com/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://home.avvanta.com/%7Esteveha/xe-0.7.4.tar.gz'],
307 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'], 307 install_requires=['twisted >= 15.2.0', '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'],
308 cmdclass={'install': CustomInstall}, 308 cmdclass={'install': CustomInstall},
309 ) 309 )