removed PyOpenSSL and greenlet from dependencies in setup.py

This commit is contained in:
Denis Bilenko
2008-11-07 15:15:02 +06:00
parent 3838c8f032
commit bfae0c1b4b

View File

@@ -12,7 +12,6 @@ setup(
author_email='eventletdev@lists.secondlife.com',
url='http://wiki.secondlife.com/wiki/Eventlet',
packages=find_packages(),
install_requires=['greenlet', 'pyOpenSSL'],
long_description="""
Eventlet is a networking library written in Python. It achieves
high scalability by using non-blocking io while at the same time