From 7fabd1c1acc47c6e635c78d67e356a141142d4fa Mon Sep 17 00:00:00 2001 From: RobertHWChiangSV Date: Fri, 7 Dec 2018 10:51:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20boto3=20=E7=9A=84?= =?UTF-8?q?=E6=89=80=E9=9C=80=E7=89=88=E6=9C=AC=E8=B3=87=E8=A8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 178e608..6da6e1b 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def get_version(): include_package_data=True, zip_safe=False, install_requires=[ - "boto3 >= 1.1", + "boto3 >= 1.1, <= 1.9.60", "django >= 1.3, < 1.9", "qiniu >= 7.0.8", ], From a9cd58b268ce1fbb05538ff3cd04690c3b48583e Mon Sep 17 00:00:00 2001 From: RobertHWChiangSV Date: Fri, 7 Dec 2018 11:08:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=81=A2=E5=BE=A9=20boto3=20=E6=89=80?= =?UTF-8?q?=E9=9C=80=E7=89=88=E6=9C=AC=E8=B3=87=E8=A8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6da6e1b..178e608 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def get_version(): include_package_data=True, zip_safe=False, install_requires=[ - "boto3 >= 1.1, <= 1.9.60", + "boto3 >= 1.1", "django >= 1.3, < 1.9", "qiniu >= 7.0.8", ],