unpin dev requirements.
This commit is contained in:
parent
75a40e4571
commit
6b0f92c230
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ freezegun
|
||||||
flask
|
flask
|
||||||
# botocore 1.3.29 breaks s3 in tests (lambda and s3 tests)
|
# 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
|
# so we need to pin a boto3 and botocore revision pair that we know works
|
||||||
boto3#==1.2.4
|
boto3
|
||||||
botocore#==1.3.28
|
botocore
|
||||||
six
|
six
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue