buildout.cfg
branch2011
changeset 376 5debb109a899
parent 332 2eb286e89615
child 389 fe49720e67bf
equal deleted inserted replaced
375:146fb4874a9c 376:5debb109a899
     5     PIL
     5     PIL
     6     docutils
     6     docutils
     7 
     7 
     8 [versions]
     8 [versions]
     9 reportlab=2.5
     9 reportlab=2.5
       
    10 django=1.3
    10 
    11 
    11 [reportlab]
    12 [reportlab]
    12 recipe=zc.recipe.egg
    13 recipe=zc.recipe.egg
    13 eggs=
    14 eggs=
    14     reportlab
    15     reportlab
    15 find-links=
    16 find-links=
    16     http://distfiles.minitage.org/public/externals/minitage/
    17     http://distfiles.minitage.org/public/externals/minitage/
    17 
    18 
    18 [django]
    19 [django]
    19 recipe = djangorecipe
    20 recipe = djangorecipe
    20 version = 1.2.1
       
    21 settings = production
    21 settings = production
    22 eggs =
    22 eggs =
    23     ${buildout:eggs}
    23     ${buildout:eggs}
    24     ${reportlab:eggs}
    24     ${reportlab:eggs}
    25 pythonpath = 
    25 pythonpath = 
    30 [tagging]
    30 [tagging]
    31 recipe = infrae.subversion
    31 recipe = infrae.subversion
    32 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    32 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    33 
    33 
    34 [django-robots]
    34 [django-robots]
    35 recipe = mercurialrecipe
    35 recipe = zerokspot.recipe.git
    36 repository = http://bitbucket.org/jezdez/django-robots/
    36 repository = https://github.com/jezdez/django-robots.git
    37 
    37 
    38 [south]
    38 [south]
    39 recipe = mercurialrecipe
    39 recipe = mercurialrecipe
    40 repository = http://bitbucket.org/andrewgodwin/south/
    40 repository = http://bitbucket.org/andrewgodwin/south/