fix missing package for deployment

This commit is contained in:
2015-02-15 19:58:14 +01:00
parent 956a567806
commit 4970614f41
+2 -1
View File
@@ -26,7 +26,8 @@ requires = [
'python-slugify',
'icalendar',
'python-magic',
'Pillow'
'Pillow',
'pyramid_exclog'
]
setup(name='JM2L',