aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-16 01:12:17 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-16 01:12:17 +0100
commitfda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b (patch)
tree48c571e58c9b260d2b8bbe74944f131d7e06dc35 /setup.py
parent4970614f41a89c2b8184ecfb2ed65583651267ed (diff)
downloadjm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.gz
jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.bz2
jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.xz
jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.zip
Added mail handling
removed tests routes for production
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',