Skip to content

Commit

Permalink
Merge pull request #275 from cloudify-cosmo/add-pycrypto
Browse files Browse the repository at this point in the history
add pycrypto
  • Loading branch information
EarthmanT authored Jul 21, 2019
2 parents f7320c3 + 57582d2 commit 8aca56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
install_requires=[
'cloudify-common>=4.5',
'boto3==1.9.57',
'botocore==1.12.71'
'botocore==1.12.71',
'pycrypto'
]
)

0 comments on commit 8aca56e

Please sign in to comment.