diff setup.py @ 419:454c7685471d

misc: updated setup.py and INSTALL
author souliane <souliane@mailoo.org>
date Sun, 23 Mar 2014 23:06:42 +0100
parents a0256b81d367
children f94c3caea2ba
line wrap: on
line diff
--- a/setup.py	Sun Mar 23 23:06:12 2014 +0100
+++ b/setup.py	Sun Mar 23 23:06:42 2014 +0100
@@ -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'],
+      install_requires=['sat', 'twisted', 'pyfeed', 'xe', 'txjsonrpc', 'zope', 'pyopenssl'],
       cmdclass={'install': CustomInstall},
       )