Skip to content

Commit 038ffa6

Browse files
authored
Added minimum versions in setup.py install requires (#414)
1 parent 38d14ee commit 038ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'*.tests', '*.tests.*')
3838
),
3939
install_requires=[
40-
'gevent', 'ssh2-python', 'ssh-python'],
40+
'gevent>=1.3.0', 'ssh2-python>=1.2.0', 'ssh-python>=1.2.0'],
4141
classifiers=[
4242
'Development Status :: 5 - Production/Stable',
4343
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)