potiuk commented on pull request #13314: URL: https://github.com/apache/airflow/pull/13314#issuecomment-751358035
And added extra column for pre-installed providers (and verification if the docs match setup.py). I also removed circular dependency from the preinstalled providers (provider -> airflow -> provider) and updated the package dependency to >=2.0.0 (it was >=2.0.0b2). This was not a problem in general but some tools (pipdeptree) shown the circular dependncy as a warning. @ashb -> that means that I had to move the providers to setup.py from setup.cfg (to be able to easier verify it) but I think it makes perfect sense in this case. Here is the updated pre-commit message printed if the setup.py gets unsynchronized with the documentation:  ---------------------------------------------------------------- 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]
