try out unpinning boto.

This commit is contained in:
Steve Pulec 2016-02-29 17:09:54 -05:00
commit ca6ec4478d
2 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,6 @@ freezegun
flask
# botocore 1.3.29 breaks s3 in tests (lambda and s3 tests)
# so we need to pin a boto3 and botocore revision pair that we know works
boto3==1.2.4
botocore==1.3.28
boto3#==1.2.4
botocore#==1.3.28
six