pierrejeambrun commented on issue #55841: URL: https://github.com/apache/airflow/issues/55841#issuecomment-3416288395
I think we expected the modules to be installed from plugins, and there from main we mock them if they exists dynamically so core do not have any dependencies over `wtform`, `flask_babel` and `flask_appbuilder`. Core without those libs will run fine, and if providers use any of them, it's up to them to install those libs, and core will dynamically patch them if they are found. -- 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]
