diff options
author | parth | 2011-12-23 00:58:43 +0530 |
---|---|---|
committer | parth | 2011-12-23 00:58:43 +0530 |
commit | 7b819758d4d60822c19611845a44f8c5301a391c (patch) | |
tree | 8114286da06869c7059d6dbb2322641f15202408 | |
parent | e43c58cd5baf03a4fb2052f20c867aec5fbf849f (diff) | |
download | online_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.cfg | 1 | ||||
-rw-r--r-- | production.cfg | 3 |
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 |