equal
deleted
inserted
replaced
|
1 [buildout] |
|
2 parts = django tagging django-robots south registration |
|
3 eggs = |
|
4 PIL |
|
5 |
|
6 |
|
7 [django] |
|
8 recipe = djangorecipe |
|
9 version = 1.2.4 |
|
10 project = pytask |
|
11 settings = settings |
|
12 eggs = |
|
13 ${buildout:eggs} |
|
14 pythonpath = |
|
15 ${tagging:location} |
|
16 ${django-robots:location} |
|
17 ${south:location} |
|
18 ${registration:location} |
|
19 |
|
20 [tagging] |
|
21 recipe = infrae.subversion |
|
22 urls = http://django-tagging.googlecode.com/svn/trunk/ . |
|
23 |
|
24 [django-robots] |
|
25 recipe = mercurialrecipe |
|
26 repository = https://bitbucket.org/jezdez/django-robots/ |
|
27 |
|
28 [south] |
|
29 recipe = mercurialrecipe |
|
30 repository = https://bitbucket.org/andrewgodwin/south/ |
|
31 |
|
32 [registration] |
|
33 recipe = mercurialrecipe |
|
34 repository = https://bitbucket.org/ubernostrum/django-registration/ |