Skip to content

Commit

Permalink
build(python): install google-api-core for python generator (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jan 25, 2021
1 parent 8b7b3e2 commit 845a4a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion requirements.txt
@@ -1,4 +1,3 @@
# Pin to less than 49.6.0 as a workaround for https://github.com/pypa/setuptools/issues/2353
setuptools==50.3.2

nox
Expand All @@ -9,6 +8,12 @@ deprecation
protobuf==3.14.0
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

Expand Down

0 comments on commit 845a4a0

Please sign in to comment.