aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d04415d..888b92f 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,9 @@ requires = [
'icalendar',
'python-magic',
'Pillow',
- 'pyramid_exclog'
+ 'pyramid_exclog',
+ 'repoze.sendmail==4.1',
+ 'pyramid_mailer'
]
setup(name='JM2L',