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 /production.cfg | |
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
Diffstat (limited to 'production.cfg')
-rw-r--r-- | production.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
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 |