baeminbo commented on code in PR #32404: URL: https://github.com/apache/beam/pull/32404#discussion_r1747858177
########## sdks/python/container/base_image_requirements_manual.txt: ########## @@ -38,4 +38,7 @@ nose==1.3.7 # For Dataflow internal testing. TODO: remove this. python-snappy # Optimizes execution of some Beam codepaths. scipy scikit-learn -build>=1.0,<2 # tool to build sdist from setup.py in stager. \ No newline at end of file +build>=1.0,<2 # tool to build sdist from setup.py in stager. +# Authentication for Google Artifact Registry when using --extra-index-url or --index-url in requirements.txt in +# Dataflow, which allows installing python packages from private Python repositories in GAR. +keyrings.google-artifactregistry-auth Review Comment: Thanks! I moved it to [gcp] extension in setup.py. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
