Skip to content

Commit

Permalink
Pin botocore version (#5184)
Browse files Browse the repository at this point in the history
* Pin botocore version

* Version range for botocore
  • Loading branch information
ledor473 authored and mistercrunch committed Jun 19, 2018
1 parent a84f430 commit 70679d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bleach==2.1.2
boto3==1.4.7
botocore==1.7.48
celery==4.2.0
colorama==0.3.9
cryptography==1.9
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_git_sha():
install_requires=[
'bleach',
'boto3>=1.4.6',
'botocore>=1.7.0, <1.8.0',
'celery>=4.2.0',
'colorama',
'contextlib2',
Expand Down

0 comments on commit 70679d4

Please sign in to comment.