From ac05cf28fa83cc35addbacdb8f38fea3cde60400 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 1 Apr 2022 04:22:56 +0200 Subject: [PATCH] chore: remove dependency on google-api-core (#1372) * chore(deps): update dependency google-api-core to v2.7.1 * chore: remove dependency on google-api-core Co-authored-by: Anthonios Partheniou --- requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1ba585fb5..91072046f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,12 +8,6 @@ deprecation protobuf==3.19.3 watchdog -# https://github.com/googleapis/gapic-generator/issues/3334 -# temporarily install google-api-core for gapic-generator-python -# Bazel should install this, but there is currently a bug -# that causes the package to be skipped -google-api-core==2.0.0 - # some java processing requires xml handling lxml