~michael.nelson/open-goal-tracker/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[buildout]
parts = python django dependencies
develop = .
eggs = django-doit
       lazr.enum

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}

[django]
recipe = djangorecipe
version = 1.2-beta-1
project = doit
projectegg = doit
settings = settings_test
test = doit
eggs = ${buildout:eggs}

[dependencies]
recipe = zc.recipe.egg:eggs
eggs = lazr.enum