Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Feb 20, 2015
1 parent d39cd6d commit ee499af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

requires = ['botocore>=0.92.0,<0.93.0',
'bcdoc>=0.12.0,<0.13.0',
'colorama==0.2.5',
'colorama>=0.2.5,<=0.3.3',
'docutils>=0.10',
'rsa==3.1.2']
'rsa>=3.1.2,<=3.1.4']

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

0 comments on commit ee499af

Please sign in to comment.