django-authority/buildout.cfg

29 lines
473 B
INI

[buildout]
parts =
python
django-1.0.X
django-1.1.X
develop = .
eggs =
django-authority
django-extensions
django-debug-toolbar
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[django-1.0.X]
recipe = djangorecipe
version = 1.0.4
projectegg = example
settings = development
eggs = ${buildout:eggs}
[django-1.1.X]
recipe = djangorecipe
version = 1.1.1
projectegg = example
settings = development
eggs = ${buildout:eggs}