--- a/buildout.cfg Fri Jan 07 11:30:29 2011 +0530
+++ b/buildout.cfg Sat Jan 08 01:30:02 2011 +0530
@@ -1,7 +1,7 @@
[buildout]
parts = django tagging django-robots south registration
eggs =
- python-pgsql
+ psycopg2
PIL
@@ -24,13 +24,13 @@
[django-robots]
recipe = mercurialrecipe
-repository = http://bitbucket.org/jezdez/django-robots/
+repository = https://bitbucket.org/jezdez/django-robots/
[south]
recipe = mercurialrecipe
-repository = http://bitbucket.org/andrewgodwin/south/
+repository = https://bitbucket.org/andrewgodwin/south/
[registration]
recipe = mercurialrecipe
-repository = http://bitbucket.org/ubernostrum/django-registration/
+repository = https://bitbucket.org/ubernostrum/django-registration/