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 = "*"