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

remove pyramid dependency #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomscytale
Copy link

Sometimes, e.g. in a containerised batch emailer, it is desirable to
use pyramid_mailer without pulling in pyramid.

The dependency exists only so that a few dozen lines of list manipulation
functions can be used.

This commit copies this code into pyramid_mailer and slightly simplifies it.

Sometimes, e.g. in a containerised batch emailer, it is desirable to
use pyramid_mailer without pulling in pyramid.

The dependency exists only so that a few dozen lines of list manipulation
functions can be used.

This commit copies this code into pyramid_mailer and slightly simplifies it.
@tomscytale
Copy link
Author

Tests currently failing due to coverage < 100%

@tomscytale
Copy link
Author

Let me know if this MR is welcome - if so I'll add some tests to restore coverage to 100%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant