aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-05-03 21:45:24 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-03 21:45:24 -0500
commit883cf4973464ec19b8360d699584294446a13559 (patch)
tree6078fc55a0dd4b214a6ec3bb6e244d3e0720d7c9 /setup.py
parent41f446f4f2642e1cbcdba7e129978743ae598758 (diff)
downloadmediagoblin-883cf4973464ec19b8360d699584294446a13559.tar.lz
mediagoblin-883cf4973464ec19b8360d699584294446a13559.tar.xz
mediagoblin-883cf4973464ec19b8360d699584294446a13559.zip
Require PIL
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',