buildout.cfg
author Amit Sethi
Fri, 24 Dec 2010 15:54:25 +0530
changeset 367 206a8a72d77c
parent 322 eeb66c089545
child 330 2c38a7cafba9
permissions -rw-r--r--
Added scipy press release

[buildout]
parts = django tagging django-robots south
eggs = 
    Werkzeug
    PIL
    docutils
    reportlab

[django]
recipe = djangorecipe
version = 1.2.1
settings = production
eggs = ${buildout:eggs}
pythonpath = 
    ${tagging:location}
    ${django-robots:location}
    ${south:location}

[tagging]
recipe = infrae.subversion
urls = http://django-tagging.googlecode.com/svn/trunk/ .

[django-robots]
recipe = mercurialrecipe
repository = http://bitbucket.org/jezdez/django-robots/

[south]
recipe = mercurialrecipe
repository = http://bitbucket.org/andrewgodwin/south/