removed PyOpenSSL and greenlet from dependencies in setup.py
This commit is contained in:
1
setup.py
1
setup.py
@@ -12,7 +12,6 @@ setup(
|
|||||||
author_email='eventletdev@lists.secondlife.com',
|
author_email='eventletdev@lists.secondlife.com',
|
||||||
url='http://wiki.secondlife.com/wiki/Eventlet',
|
url='http://wiki.secondlife.com/wiki/Eventlet',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=['greenlet', 'pyOpenSSL'],
|
|
||||||
long_description="""
|
long_description="""
|
||||||
Eventlet is a networking library written in Python. It achieves
|
Eventlet is a networking library written in Python. It achieves
|
||||||
high scalability by using non-blocking io while at the same time
|
high scalability by using non-blocking io while at the same time
|
||||||
|
Reference in New Issue
Block a user