Mercurial > code > home > repos > light9
annotate buildout.cfg @ 842:c0025b69a73f
fix web ui abbrevs for xs:
Ignore-this: 8fa2219e81e33840f839230f0526ed44
author | drewp@bigasterisk.com |
---|---|
date | Tue, 26 Mar 2013 07:08:44 +0000 |
parents | 8e6c8e916567 |
children |
rev | line source |
---|---|
840 | 1 [buildout] |
2 parts = external_libs | |
3 bin-directory = bin | |
4 download-cache = /tmp/ | |
5 | |
6 | |
7 | |
8 [external_libs] | |
9 recipe = zc.recipe.egg | |
10 eggs = ipython==0.8.4 | |
11 web.py==0.36 | |
12 cyclone==1.0-rc4 | |
13 rdflib==3.2.1 | |
14 restkit==4.1.3 | |
15 Louie==1.1 | |
16 webcolors==1.4 | |
17 | |
18 python = python | |
19 interpreter = python | |
20 extra-paths = | |
21 | |
22 [python] | |
23 executable = /usr/bin/python2.7 | |
24 |