From e0b5e1c16bebcf5b9076168caed4c7b63bca38e3 Mon Sep 17 00:00:00 2001 From: Yulin Shen Date: Wed, 5 Mar 2025 11:04:22 +0800 Subject: [PATCH] Update google api lib for python dependencies --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Pipfile b/python/Pipfile index 8f4d8cb..75d6f2e 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -googleapiclient = "*" +google-api-python-client = "*" google-auth = "*" requests = "*"