Skip to content
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