From 4970614f41a89c2b8184ecfb2ed65583651267ed Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Sun, 15 Feb 2015 19:58:14 +0100 Subject: [PATCH] fix missing package for deployment --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce659f8..d04415d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ requires = [ 'python-slugify', 'icalendar', 'python-magic', - 'Pillow' + 'Pillow', + 'pyramid_exclog' ] setup(name='JM2L',