summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg4
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