--- a/buildout.cfg Mon Jan 24 23:03:57 2011 +0530
+++ b/buildout.cfg Fri Jan 28 02:27:40 2011 +0530
@@ -3,13 +3,13 @@
django
tagging
django-robots
- south
registration
django-command-extensions
eggs =
PIL
psycopg2
pygments
+ South
Werkzeug
[django]
@@ -23,7 +23,6 @@
${django-command-extensions:location}
${tagging:location}
${django-robots:location}
- ${south:location}
${registration:location}
[tagging]
@@ -34,10 +33,6 @@
recipe = mercurialrecipe
repository = https://bitbucket.org/jezdez/django-robots/
-[south]
-recipe = mercurialrecipe
-repository = https://bitbucket.org/andrewgodwin/south/
-
[registration]
recipe = mercurialrecipe
repository = https://bitbucket.org/ubernostrum/django-registration/