diff options
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/buildout.cfg b/buildout.cfg index e0759e0..e0cf113 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -3,13 +3,13 @@ parts = django tagging django-robots - south registration django-command-extensions eggs = PIL psycopg2 pygments + South Werkzeug [django] @@ -23,7 +23,6 @@ pythonpath = ${django-command-extensions:location} ${tagging:location} ${django-robots:location} - ${south:location} ${registration:location} [tagging] @@ -34,10 +33,6 @@ urls = http://django-tagging.googlecode.com/svn/trunk/ . 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/ |