From ff19be4e7d7f39423ba60f427b63fba7e8aef6ac Mon Sep 17 00:00:00 2001 From: Ross Vandegrift Date: Fri, 5 Mar 2021 10:57:07 -0800 Subject: [PATCH] Pin to google-api-python-client 2.0.2 This release builds in the discovery docs, which also means we can drop the module to enable discovery doc download caching. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 456aff8..ac26cb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -google-api-python-client google-api-python-client-helpers>=1.2.6 +google-api-python-client==2.0.2 jmespath tenacity -oauth2client==3.0.0 # HACK to get discovery doc caching working