ashb commented on issue #14717:
URL: https://github.com/apache/airflow/issues/14717#issuecomment-796706736


   authlib is an optional dependency -- so you will have to install this 
yourself.
   
   See 
https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html?highlight=docker%20image#extending-the-image
  for more info.
   
   A quick example:
   
   ```
   FROM apache/airflow:2.0.0
   RUN pip install --no-cache-dir --user authlib
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to