buildout.cfg
changeset 121 78d082337ca4
parent 103 034dc9cd752e
child 151 f85b864f5f8b
--- a/buildout.cfg	Tue Jul 20 19:17:47 2010 +0530
+++ b/buildout.cfg	Tue Jul 20 19:18:04 2010 +0530
@@ -1,6 +1,8 @@
 [buildout]
 parts = django tagging
-eggs = Werkzeug
+eggs = 
+    Werkzeug
+    PIL
 
 [django]
 recipe = djangorecipe