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',
|
||||
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
|
||||
|
Reference in New Issue
Block a user