Bennyelg opened a new pull request #16954: URL: https://github.com/apache/airflow/pull/16954
Currently PythonVritualenvOperator support requirements as a list of strings which indicates packages to install. The current method is very naive and allow strict `pip install` and this doesn't allowed for example install packages from private pypi repository. The code below, allow install packages from private repo as well from pypi server using fallback if not existing in the private repo. -- 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]
