Skip to content

Commit

Permalink
let's make sure not to (accidentally) upgrade to repoze.sendmail 4.…
Browse files Browse the repository at this point in the history
…2, which breaks transaction management

see repoze/repoze.sendmail#31 for more info...
  • Loading branch information
witsch committed Dec 1, 2014
1 parent 1f4b5ea commit 1f23f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'pyramid_mailer',
'pyramid_tm',
'repoze.filesafe',
'repoze.sendmail < 4.2',
'waitress',
'zope.sqlalchemy',
],
Expand Down

0 comments on commit 1f23f9f

Please sign in to comment.