diff options
author | Madhusudan.C.S | 2010-07-20 19:18:04 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-20 19:18:04 +0530 |
commit | a8ff148b8cf9a78019ecc66a811bec2ed76c7705 (patch) | |
tree | 79c84439b86e29ed89ff223b8c340f89bf64c3da /buildout.cfg | |
parent | b2a1217cc769c444cd03cd307d78d0e91350bd6c (diff) | |
download | scipycon-a8ff148b8cf9a78019ecc66a811bec2ed76c7705.tar.gz scipycon-a8ff148b8cf9a78019ecc66a811bec2ed76c7705.tar.bz2 scipycon-a8ff148b8cf9a78019ecc66a811bec2ed76c7705.zip |
Added PIL to buildout.
Diffstat (limited to 'buildout.cfg')
-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 |