comparison setup.py @ 901:9cd2ec1b722a

removed pyfeed and xe from dependencies, they are not used anymore
author Goffi <goffi@goffi.org>
date Sun, 17 Apr 2016 17:13:24 +0200
parents f8a7a046ff9c
children 5264fec78a1d
comparison
equal deleted inserted replaced
900:f82b97d9ca5f 901:9cd2ec1b722a
296 [(os.path.join('share', NAME, root), 296 [(os.path.join('share', NAME, root),
297 [os.path.join(root, f) for f in files]) 297 [os.path.join(root, f) for f in files])
298 for root, dirs, files in os.walk(C.THEMES_DIR)], 298 for root, dirs, files in os.walk(C.THEMES_DIR)],
299 scripts=[], 299 scripts=[],
300 zip_safe=False, 300 zip_safe=False,
301 dependency_links=['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], 301 install_requires=['sat', 'twisted', 'txJSON-RPC', 'zope.interface', 'pyopenssl', 'jinja2'],
302 install_requires=['sat', 'twisted', 'pyfeed', 'xe', 'txJSON-RPC', 'zope.interface', 'pyopenssl', 'jinja2'],
303 cmdclass={'install': CustomInstall}, 302 cmdclass={'install': CustomInstall},
304 ) 303 )