kaxil commented on code in PR #29038:
URL: https://github.com/apache/airflow/pull/29038#discussion_r1100660433


##########
airflow/providers/http/provider.yaml:
##########
@@ -42,6 +42,9 @@ dependencies:
   # release it as a requirement for airflow
   - requests>=2.26.0
   - requests_toolbelt
+  - aiohttp
+  - asgiref
+  - aioresponses

Review Comment:
   add it here instead 
https://github.com/apache/airflow/blob/fdac67b3a5350ab4af79fd98612592511ca5f3fc/setup.py#L364
   
   similar to moto:
   
   
https://github.com/apache/airflow/blob/fdac67b3a5350ab4af79fd98612592511ca5f3fc/setup.py#L379



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