Pin botocore version (#5184)

* Pin botocore version

* Version range for botocore
This commit is contained in:
Louis-Etienne 2018-06-19 11:49:51 -04:00 committed by Maxime Beauchemin
parent a84f4304de
commit 70679d4c93
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -55,6 +55,7 @@ setup(
install_requires=[
'bleach',
'boto3>=1.4.6',
'botocore>=1.7.0, <1.8.0',
'celery>=4.2.0',
'colorama',
'contextlib2',