buildout.cfg
branchsouth-migration
changeset 269 6910c4dff916
parent 151 f85b864f5f8b
child 270 ecab1977eea9
equal deleted inserted replaced
233:394576ff8a2f 269:6910c4dff916
     1 [buildout]
     1 [buildout]
     2 parts = django tagging django-robots
     2 parts = django tagging django-robots south
     3 eggs = 
     3 eggs = 
     4     Werkzeug
     4     Werkzeug
     5     PIL
     5     PIL
     6     docutils
     6     docutils
     7 
     7 
    19 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    19 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    20 
    20 
    21 [django-robots]
    21 [django-robots]
    22 recipe = mercurialrecipe
    22 recipe = mercurialrecipe
    23 repository = http://bitbucket.org/jezdez/django-robots/
    23 repository = http://bitbucket.org/jezdez/django-robots/
       
    24 
       
    25 [south]
       
    26 recipe = mercurialrecipe
       
    27 repository = http://bitbucket.org/andrewgodwin/south/