diff options
-rw-r--r-- | buildout.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg index fc620c4..e42274a 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,6 +1,8 @@ [buildout] parts = django tagging -eggs = Werkzeug +eggs = + Werkzeug + PIL [django] recipe = djangorecipe |