We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d14ee commit 038ffa6Copy full SHA for 038ffa6
setup.py
@@ -37,7 +37,7 @@
37
'*.tests', '*.tests.*')
38
),
39
install_requires=[
40
- 'gevent', 'ssh2-python', 'ssh-python'],
+ 'gevent>=1.3.0', 'ssh2-python>=1.2.0', 'ssh-python>=1.2.0'],
41
classifiers=[
42
'Development Status :: 5 - Production/Stable',
43
'Intended Audience :: Developers',
0 commit comments