From fb128b279352f76a9388f04f4597e24fa696bdd4 Mon Sep 17 00:00:00 2001 From: billyrrr Date: Sat, 25 Apr 2020 13:51:38 -0700 Subject: [PATCH] Fix google-auth version specifications --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de71ae0..39c24c5 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ ], install_requires=[ 'Flask>=0.10', - 'google-auth==1.5.1', + 'google-auth', 'google-cloud-datastore>=1.4.0', 'google-api-python-client', 'firebase-admin',