diff options
-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 |