aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 888b92f..6b8dc7e 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ requires = [
'zope.sqlalchemy',
'waitress',
'wtforms',
- 'webhelpers',
+ 'webhelpers2',
'lxml',
'python-slugify',
'icalendar',
@@ -29,7 +29,8 @@ requires = [
'Pillow',
'pyramid_exclog',
'repoze.sendmail==4.1',
- 'pyramid_mailer'
+ 'pyramid_mailer',
+ 'paginate'
]
setup(name='JM2L',