Skip to content

Commit

Permalink
Add six to build-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Nov 30, 2022
1 parent 22dcacb commit 8d5f9ec
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 8d5f9ec

Please sign in to comment.