forked from co-ment/comt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
62 lines (57 loc) · 981 Bytes
/
buildout.cfg
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[buildout]
newest=false
parts =
django
python
django-extensions
omelette
unzip = true
develop = .
[versions]
django = 1.3
django-tagging = 0.3.1
psycopg2 = 2.4.1
djangorecipe = 1.11
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${django:eggs}
[django]
recipe = djangorecipe
# trunk
project = cm
projectegg = cm
wsgi = true # gen wsgi
settings = settings
#test = cm
pythonpath = src
src/cm
extras
${django-extensions:location}
eggs =
django-flash
django-tagging
django-piston
# api dependency
# django-css
chardet
feedparser
Pillow
BeautifulSoup
html5lib
pytz
simplejson
pyyaml
south
psycopg2
pytidylib
cssutils
pexpect
python-magic
[django-extensions]
recipe=zerokspot.recipe.git
repository=git://github.com/django-extensions/django-extensions.git
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
[omelette]
recipe = collective.recipe.omelette
eggs = ${django:eggs}