From e494d4d325436af3a080c1ede2ab1c7a3e904b67 Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Tue, 22 Sep 2020 12:28:59 +0200 Subject: [PATCH 1/4] Install google-api-pyhon client first --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 615caf60..5a2e9d6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -google-api-core google-api-python-client +google-api-core google-auth boto3 botocore From 2a9059499cb9e11bf09cd3d159cd9885e0a3bf85 Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Tue, 22 Sep 2020 12:31:07 +0200 Subject: [PATCH 2/4] Remove explicit dependency on google-api-core --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a2e9d6d..42f7ac1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ -i https://pypi.org/simple google-api-python-client -google-api-core google-auth boto3 botocore From a574ab20d09a096b9813cb24374c0f1e3b1300b8 Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Mon, 28 Sep 2020 10:57:52 +0200 Subject: [PATCH 3/4] Add httplib2 to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 42f7ac1f..873ff666 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -i https://pypi.org/simple +httplib2 google-api-python-client google-auth boto3 From b3d26a7354abe5ef49976a4a3684c246db54c65b Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Mon, 28 Sep 2020 11:04:32 +0200 Subject: [PATCH 4/4] Add minimum version to httplib2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 873ff666..05c13bc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -httplib2 +httplib2>=0.15.0 google-api-python-client google-auth boto3