Skip to content

Commit

Permalink
Merge pull request #57 from cloudify-cosmo/CFY-7109-fix-fabric-versio…
Browse files Browse the repository at this point in the history
…ns-conflict

CFY-7109-change-paramiko-version
  • Loading branch information
yarivgiga authored Jul 26, 2017
2 parents ec7fa27 + b5f2993 commit a67967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
description='Plugin for remotely running fabric tasks and commands',
install_requires=[
'cloudify-plugins-common>=3.4',
'paramiko==1.18.3',
'fabric==1.13.1',
'paramiko==2.1.2',
'six>=1.8.0',
]
)

0 comments on commit a67967b

Please sign in to comment.