From e2f086c6a7408d5d474b3dadadaa840cdf25e20c Mon Sep 17 00:00:00 2001 From: Philip Kimmey Date: Fri, 7 Dec 2018 00:45:54 -0800 Subject: [PATCH] Bump tc_aws==6.2.12 to fix tornado-botocore issues This has a side-effect of bumping the following packages though with the caveat that they are frozen to these versions: - tornado_botocore = 1.5.0 --- source/image-handler/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/image-handler/setup.py b/source/image-handler/setup.py index 87e07c532..21394dc6a 100644 --- a/source/image-handler/setup.py +++ b/source/image-handler/setup.py @@ -33,14 +33,13 @@ # Locking botocore, pycurl version and moving dependencies from requirements 'tornado==5.0.1', 'pycurl==7.43.0.1', - 'tornado_botocore==1.3.0', 'requests_unixsocket==0.1.5', 'thumbor==6.5.1', 'thumbor-plugins==0.2.0', # SO-SIH-155 - 07/18/2018 - Rekognition integration # Adding Rekognition 'thumbor_rekognition==0.1.1', - 'tc_aws==6.2.10', + 'tc_aws==6.2.12', 'opencv-python==3.2.0.6' ], extras_require={