potiuk commented on code in PR #30994: URL: https://github.com/apache/airflow/pull/30994#discussion_r1182310340
########## docs/apache-airflow-providers-ftp/index.rst: ########## @@ -86,4 +85,19 @@ You can install this package on top of an existing Airflow 2 installation (see ` for the minimum Airflow version supported) via ``pip install apache-airflow-providers-ftp`` +Requirements Review Comment: cc: @eladkal - found a small bug here - the whole "Requirements" section was excluded completely when the package had no `pip` requirements at all (this happened to sftp provider). It was fine before, because technically it had no requirements (it was a preinstalled provide), but now at the very least there is airflow 2.4.0 as requirements, so the whole chapter is needed always. -- 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]
