Skip to content

Commit

Permalink
Fabric 1.x can't use Paramiko 1.13 as it drops 2.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 14, 2014
1 parent a722a7c commit e82aaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@
packages=find_packages(),
test_suite='nose.collector',
tests_require=['nose', 'fudge<1.0'],
install_requires=['paramiko>=1.10.0'],
install_requires=['paramiko>=1.10,<1.13'],
entry_points={
'console_scripts': [
'fab = fabric.main:main',
Expand Down

0 comments on commit e82aaf4

Please sign in to comment.