Mercurial > code > home > repos > light9
annotate buildout.cfg @ 779:d3f6830f55a2
stop output entry box bouncing around
Ignore-this: 6ecd3e9ca8364290ea1649ea10a4c88e
author | drewp@bigasterisk.com |
---|---|
date | Sat, 16 Jun 2012 23:46:21 +0000 |
parents | e6cc9751f61c |
children |
rev | line source |
---|---|
686
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 [buildout] |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 parts = external_libs |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 bin-directory = bin |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 download-cache = /tmp/ |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 [external_libs] |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 recipe = zc.recipe.egg |
708 | 10 eggs = ipython==0.8.4 |
11 web.py==0.36 | |
686
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
12 cyclone==1.0-rc4 |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
13 rdflib==3.2.1 |
746
e6cc9751f61c
update restkit for maxconnectionserror
drewp@bigasterisk.com
parents:
721
diff
changeset
|
14 restkit==4.1.3 |
687 | 15 Louie==1.1 |
721 | 16 webcolors==1.4 |
686
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
17 |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
18 python = python |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
19 interpreter = python |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
20 extra-paths = |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
21 |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
22 [python] |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
23 executable = /usr/bin/python2.7 |
a301a0039c66
buildout and rdflib updates
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
24 |