Added PIL to buildout.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:18:04 +0530
changeset 121 78d082337ca4
parent 120 e9172b05bba5
child 122 7bdf396d4778
Added PIL to buildout.
buildout.cfg
--- 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