mik-laj commented on a change in pull request #20910:
URL: https://github.com/apache/airflow/pull/20910#discussion_r786397877



##########
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:
       `swagger-ui` is required for docs in WebUI.
   
https://github.com/apache/airflow/blob/7e29506037fa543f5d9b438320db064cdb820c7b/airflow/www/extensions/init_appbuilder_links.py#L31-L36
   `flask` is required, because connexion supports two. framework: `aiohttp` 
and `flask`, so we need to decide.




-- 
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]


Reply via email to