diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-03 21:45:24 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-03 21:45:24 -0500 |
commit | 883cf4973464ec19b8360d699584294446a13559 (patch) | |
tree | 6078fc55a0dd4b214a6ec3bb6e244d3e0720d7c9 /setup.py | |
parent | 41f446f4f2642e1cbcdba7e129978743ae598758 (diff) | |
download | mediagoblin-883cf4973464ec19b8360d699584294446a13559.tar.lz mediagoblin-883cf4973464ec19b8360d699584294446a13559.tar.xz mediagoblin-883cf4973464ec19b8360d699584294446a13559.zip |
Require PIL
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ setup( 'celery', 'jinja2', 'sphinx', + 'PIL', ], test_suite='nose.collector', |