Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Try downgrading boto to fix on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenbeckett committed Jun 20, 2018
1 parent cec8ca6 commit e19e699
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ httmock = "==1.2.6"
"flake8-tuple" = "*"
python-dateutil = "*"
moto = "*"
boto = "==2.38.0"


[packages]
Expand All @@ -51,8 +52,7 @@ sdc-cryptography = "*"
structlog = "*"
ua-parser = "*"
blinker = "*"
"boto3" = "==1.7.30"
botocore = "==1.10.30"
"boto3" = "*"
humanize = "*"
flask-talisman = "*"
marshmallow = "*"
Expand Down
35 changes: 17 additions & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e19e699

Please sign in to comment.