summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorparth2011-12-23 00:58:43 +0530
committerparth2011-12-23 00:58:43 +0530
commit7b819758d4d60822c19611845a44f8c5301a391c (patch)
tree8114286da06869c7059d6dbb2322641f15202408 /buildout.cfg
parente43c58cd5baf03a4fb2052f20c867aec5fbf849f (diff)
downloadonline_test-7b819758d4d60822c19611845a44f8c5301a391c.tar.gz
online_test-7b819758d4d60822c19611845a44f8c5301a391c.tar.bz2
online_test-7b819758d4d60822c19611845a44f8c5301a391c.zip
Removed PIL from buildout as it was not currently required
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index c4a76b4..c04ec59 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -2,7 +2,6 @@
parts =
django
eggs =
- PIL
South
[versions]