From 6bf48442f4daa9d010ea74770caa138d85f8d4b3 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Tue, 5 Nov 2019 01:34:14 +0000 Subject: [PATCH] fixed boto dependencies to work with latest snowflake-connector-python (#45) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96a8de54..96321b11 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,8 @@ 'idna==2.7', 'singer-python==5.1.1', 'snowflake-connector-python==2.0.3', - 'boto3==1.9.33', + 'boto3==1.10.8', + 'botocore==1.13.8', 'inflection==0.3.1', 'joblib==0.13.2' ],