blob: 3d82a4c32290305c81827d3e56e6c550018f26ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
[buildout]
parts = django tagging django-robots south reportlab
eggs =
Werkzeug
PIL
docutils
[versions]
reportlab=2.5
[reportlab]
recipe=zc.recipe.egg
eggs=
reportlab
find-links=
http://distfiles.minitage.org/public/externals/minitage/
[django]
recipe = djangorecipe
version = 1.2.1
settings = production
eggs =
${buildout:eggs}
${reportlab: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/
|