Skip to content

Commit

Permalink
Bump rsa version to latest version
Browse files Browse the repository at this point in the history
Fixes the issue with new setuptools and python3.

For more info see: https://bitbucket.org/sybren/python-rsa/issue/17/pip-install-fails-on-python3-with-newer

Fixes aws#324.
  • Loading branch information
jamesls committed Sep 16, 2013
1 parent 3f43308 commit 1b6bb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ nose==1.3.0
colorama==0.2.5
mock==1.0.1
httpretty==0.6.1
rsa==3.1.1
rsa==3.1.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'six>=1.1.0',
'colorama==0.2.5',
'docutils>=0.10',
'rsa==3.1.1']
'rsa==3.1.2']

if sys.version_info[:2] == (2, 6):
# For python2.6 we have to require argparse since it
Expand Down

0 comments on commit 1b6bb25

Please sign in to comment.