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

Add six to build-requirements.txt #24434

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sdks/python/build-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
# TODO(https://github.com/apache/beam/issues/20051): Consider PEP-517/PEP-518 instead of this file.

setuptools
# grpcio-tools depends on grpcio and the grpcio>1.50.0 results in error(ImportModuleError six)
# when installing Apache Beam source via pip install -e .
# Adding six as part of build dependencies.
# https://github.com/apache/beam/issues/24432
six
wheel>=0.36.0

grpcio-tools==1.37.0
Expand Down