From 136dff60709b525288b5061ad90e4991a5dad303 Mon Sep 17 00:00:00 2001 From: Rajat Venkatesh Date: Tue, 9 Jun 2020 21:25:34 +0530 Subject: [PATCH] fix: Fix incompatible botocore versions. Different botocore versions were downloaded by boto3, pyathena and snowflake connector. Upgrade snowflake connector and fix botocore version to remove the dependency. Fix #96 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3e7d39..946b976 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ pyyaml python-magic~=0.4.15 pyathena[sqlalchemy]~=1.10.2 boto3 == 1.12.1 +botocore == 1.15.49 click == 7.0 click-config-file == 0.5.0 -snowflake-connector-python == 2.2.5 +snowflake-connector-python == 2.2.7