summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparth2011-12-23 00:58:43 +0530
committerparth2011-12-23 00:58:43 +0530
commit7b819758d4d60822c19611845a44f8c5301a391c (patch)
tree8114286da06869c7059d6dbb2322641f15202408
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
-rw-r--r--buildout.cfg1
-rw-r--r--production.cfg3
2 files changed, 1 insertions, 3 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]
diff --git a/production.cfg b/production.cfg
index e3ee886..9ea9f7b 100644
--- a/production.cfg
+++ b/production.cfg
@@ -1,8 +1,7 @@
[buildout]
parts =
django
-eggs =
- PIL
+eggs =
South
MySQL-python