| author | raph |
| Fri, 09 Jul 2010 10:05:29 +0200 | |
| changeset 287 | fc5ed157ebfe |
| parent 29 | 644cf0d39b25 |
| child 295 | 7c40b98f627f |
| permissions | -rw-r--r-- |
| 0 | 1 |
[buildout] |
| 14 | 2 |
newest=false |
| 0 | 3 |
parts = |
| 14 | 4 |
django |
| 0 | 5 |
python |
6 |
django-extensions |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
7 |
django-piston |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
8 |
omelette |
| 0 | 9 |
develop = . |
10 |
||
11 |
[python] |
|
12 |
recipe = zc.recipe.egg |
|
13 |
interpreter = python |
|
| 14 | 14 |
eggs = ${django:eggs} |
| 0 | 15 |
|
16 |
[django] |
|
17 |
recipe = djangorecipe |
|
18 |
version = 1.1.1 |
|
19 |
# trunk |
|
20 |
project = cm |
|
21 |
projectegg = cm |
|
22 |
wsgi = true # gen wsgi |
|
23 |
settings = settings |
|
24 |
#test = cm |
|
| 14 | 25 |
pythonpath = src |
26 |
src/cm |
|
27 |
${django-extensions:location} |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
28 |
${django-piston:location} |
| 0 | 29 |
eggs = |
30 |
django-flash |
|
31 |
django-tagging |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
32 |
# django-piston |
| 0 | 33 |
# django-css |
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
34 |
# chardet |
| 0 | 35 |
feedparser |
36 |
PIL |
|
37 |
BeautifulSoup |
|
38 |
html5lib |
|
39 |
pytz |
|
40 |
simplejson |
|
41 |
pyyaml |
|
| 29 | 42 |
south |
| 0 | 43 |
# psycopg2/mysql should be optional dependencies ... possible with buildout ??? |
44 |
# magic ???????? http://www.jsnp.net/code/magic.py ??? impossible to include this dependency |
|
45 |
# utidylib ?????? http://download.berlios.de/utidylib/uTidylib-0.2.zip |
|
46 |
||
47 |
[django-extensions] |
|
48 |
recipe=zerokspot.recipe.git |
|
49 |
repository=git://github.com/django-extensions/django-extensions.git |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
50 |
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
51 |
|
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
52 |
[django-piston] |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
53 |
recipe = mercurialrecipe |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
54 |
repository = http://bitbucket.org/jespern/django-piston |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
55 |
|
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
56 |
[omelette] |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
57 |
recipe = collective.recipe.omelette |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
58 |
eggs = ${django:eggs} |