equal
deleted
inserted
replaced
1 [buildout] |
1 [buildout] |
2 parts = django tagging django-robots south registration |
2 parts = django tagging django-robots south registration |
3 eggs = |
3 eggs = |
4 python-pgsql |
4 psycopg2 |
5 PIL |
5 PIL |
6 |
6 |
7 |
7 |
8 [django] |
8 [django] |
9 recipe = djangorecipe |
9 recipe = djangorecipe |
22 recipe = infrae.subversion |
22 recipe = infrae.subversion |
23 urls = http://django-tagging.googlecode.com/svn/trunk/ . |
23 urls = http://django-tagging.googlecode.com/svn/trunk/ . |
24 |
24 |
25 [django-robots] |
25 [django-robots] |
26 recipe = mercurialrecipe |
26 recipe = mercurialrecipe |
27 repository = http://bitbucket.org/jezdez/django-robots/ |
27 repository = https://bitbucket.org/jezdez/django-robots/ |
28 |
28 |
29 [south] |
29 [south] |
30 recipe = mercurialrecipe |
30 recipe = mercurialrecipe |
31 repository = http://bitbucket.org/andrewgodwin/south/ |
31 repository = https://bitbucket.org/andrewgodwin/south/ |
32 |
32 |
33 [registration] |
33 [registration] |
34 recipe = mercurialrecipe |
34 recipe = mercurialrecipe |
35 repository = http://bitbucket.org/ubernostrum/django-registration/ |
35 repository = https://bitbucket.org/ubernostrum/django-registration/ |
36 |
36 |