From 23f663e36d043694928b1f31a5d35ea1bc98b807 Mon Sep 17 00:00:00 2001 From: Silviu Tantos Date: Fri, 6 Dec 2019 15:07:34 +0100 Subject: [PATCH] Corrected invalid format for requirements ``` Invalid requirement: 'google-api-core=1.2.1' = is not a valid operator. Did you mean == ? ``` --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2524a19..c21bfc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -google-api-core=1.2.1 +google-api-core==1.2.1 google-api-python-client==1.7.3 oauth2client==4.1.2