LoicAG commented on a change in pull request #4245: [AIRFLOW-3404] Add Amazon SES support URL: https://github.com/apache/incubator-airflow/pull/4245#discussion_r237289172
########## File path: setup.py ########## @@ -225,6 +225,7 @@ def write_version(filename=os.path.join(*['airflow', samba = ['pysmbclient>=0.1.3'] segment = ['analytics-python>=1.2.9'] sendgrid = ['sendgrid>=5.2.0'] +ses = ['boto3'] Review comment: s3 is even more restrictive: `['boto3>=1.7.0, <1.8.0']`, should I set both emr and ses to the same range as s3? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
