sjmiller609 commented on a change in pull request #6079: [AIRFLOW-5448] Handle
istio-proxy for Kubernetes Pods
URL: https://github.com/apache/airflow/pull/6079#discussion_r323736109
##########
File path: setup.py
##########
@@ -226,6 +226,7 @@ def write_version(filename=os.path.join(*["airflow",
"git_version"])):
'thrift_sasl>=0.2.0',
'snakebite[kerberos]>=2.7.8']
kubernetes = ['kubernetes>=3.0.0',
+ 'packaging>=19.1',
Review comment:
ok it's because this is not in python2
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services