changeset 447:f94c3caea2ba

fixes setup dependencies for pip
author souliane <souliane@mailoo.org>
date Fri, 16 May 2014 11:25:31 +0200
parents c406e46fe9c0
children 14c35f7f1ef5
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed May 07 19:46:58 2014 +0200
+++ b/setup.py	Fri May 16 11:25:31 2014 +0200
@@ -188,7 +188,7 @@
       scripts=[],
       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=['sat', 'twisted', 'pyfeed', 'xe', 'txjsonrpc', 'zope', 'pyopenssl'],
+      install_requires=['sat', 'twisted', 'pyfeed', 'xe', 'txJSON-RPC', 'zope.interface', 'pyopenssl'],
       cmdclass={'install': CustomInstall},
       )