瀏覽代碼

Bump awscli to be compatible with Py37

`awscli` version we used to pin depends on `pyyaml` that doesn't support py37

The issue got fixed in https://github.com/aws/aws-cli/pull/3430

`botocore` is also updated as `awscli` and `botocore` should usually
be synchronized.
Stas Rudakou 6 年之前
父節點
當前提交
5bc0988a3b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      requirements/production.txt

+ 2 - 2
requirements/production.txt

@@ -7,9 +7,9 @@ whitenoise==3.2.2
 boto==2.45.0
 django-storages==1.6.5
 # For retrieving credentials and signing requests to Elasticsearch
-botocore==1.7.10
+botocore==1.12.33
 aws-requests-auth==0.4.0
 django-redis==4.8.0
 django_cache_url==2.0.0
 # For copying initial media to S3 bucket
-awscli==1.11.23
+awscli==1.16.43