uranusjr commented on a change in pull request #20910:
URL: https://github.com/apache/airflow/pull/20910#discussion_r786406375
##########
File path: setup.cfg
##########
@@ -86,9 +85,8 @@ install_requires =
blinker
cached_property~=1.5;python_version<="3.7"
cattrs~=1.1, !=1.7.*
- # Required by vendored-in connexion
- clickclick>=1.2
colorlog>=4.0.2, <7.0
+ connexion[swagger-ui,flask]>=2.10.0
Review comment:
From I can tell from the source code, the only thing the `flask` extra
does is to install Flask, and since Airflow already requires Flask, this extra
is essentially no-op. Keeping it is fine IMO since it serves as documentation
how we expect to use `connexion`.
--
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]