uranusjr commented on code in PR #34683:
URL: https://github.com/apache/airflow/pull/34683#discussion_r1345351192


##########
setup.cfg:
##########
@@ -72,6 +72,7 @@ install_requires =
     argcomplete>=1.10
     asgiref
     attrs>=22.1.0
+    backports.zoneinfo>=0.2.1;python_version<"3.9"

Review Comment:
   I feel we don’t need to add this as an Airflow dependency. If it is 
installed by a dependency, the decoder can decode it, but in many situations 
no-one needs it.



##########
setup.cfg:
##########
@@ -72,6 +72,7 @@ install_requires =
     argcomplete>=1.10
     asgiref
     attrs>=22.1.0
+    backports.zoneinfo>=0.2.1;python_version<"3.9"

Review Comment:
   I feel we don’t need to add this as an Airflow dependency. If it is 
installed by a dependency, the decoder can decode it, but in many situations 
no-one needs it.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to