From 883cf4973464ec19b8360d699584294446a13559 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 3 May 2011 21:45:24 -0500 Subject: [PATCH] Require PIL --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5f3ebf95..853a5a3b 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup( 'celery', 'jinja2', 'sphinx', + 'PIL', ], test_suite='nose.collector',