Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(python): install google-api-core for python generator #916

Merged
merged 3 commits into from Jan 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the comment as it looked outdated (setuptools is pinned to 50.3.2)

setuptools==50.3.2

nox
Expand All @@ -9,6 +8,11 @@ deprecation
protobuf==3.14.0
watchdog

# 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