buildout.cfg
changeset 330 2c38a7cafba9
parent 322 eeb66c089545
child 331 2ac3cf08cd00
equal deleted inserted replaced
329:9e2fc4b26a26 330:2c38a7cafba9
    13 eggs = ${buildout:eggs}
    13 eggs = ${buildout:eggs}
    14 pythonpath = 
    14 pythonpath = 
    15     ${tagging:location}
    15     ${tagging:location}
    16     ${django-robots:location}
    16     ${django-robots:location}
    17     ${south:location}
    17     ${south:location}
       
    18     ${reportlab:eggs}
    18 
    19 
    19 [tagging]
    20 [tagging]
    20 recipe = infrae.subversion
    21 recipe = infrae.subversion
    21 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    22 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    22 
    23