You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/25 10:04:22 UTC

[GitHub] [airflow] potiuk commented on issue #16037: allow using requirments.txt in PythonVirtualEnvOperator

potiuk commented on issue #16037:
URL: https://github.com/apache/airflow/issues/16037#issuecomment-847735311


   How about this (I know it's not perfect, but I think it should do the job): 
   ```
   requiremetns = (lambda: open("requirements.txt").readlines())()
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org