Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix azure mailer deployment issue #6325

Merged
merged 10 commits into from
Dec 4, 2020
1 change: 1 addition & 0 deletions tools/c7n_mailer/c7n_mailer/azure_mailer/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def get_mailer_requirements():
'azure-storage-blob', 'sendgrid'] + list(CORE_DEPS)
requirements = generate_requirements(
deps, ignore=['boto3', 'botocore', 'pywin32'],
exclude=['pkg_resources'],
include_self=True)
return requirements

Expand Down