diff --git a/setup.py b/setup.py index 7afd54ab..6a799263 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ '*.tests', '*.tests.*') ), install_requires=[ - 'gevent', 'ssh2-python', 'ssh-python'], + 'gevent>=1.3.0', 'ssh2-python>=1.2.0', 'ssh-python>=1.2.0'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',