From e2e1f1f58e4096d421e6d2ec31a6b46490d79f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20Irl=C3=A4nder?= Date: Fri, 24 Mar 2017 10:11:55 +0100 Subject: [PATCH] Pin repoze.sendmail to 4.1 because of a bug. See https://github.com/repoze/repoze.sendmail/issues/31 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ce4a06bb..752bc416 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ 'pyramid_mako', 'pyramid_beaker', 'pyramid_mailer', + 'repoze.sendmail==4.1', 'zope.sqlalchemy', 'waitress', 'babel',