view 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
line wrap: on
line source

[buildout]
parts = external_libs 
bin-directory = bin
download-cache = /tmp/



[external_libs]
recipe = zc.recipe.egg
eggs = ipython==0.8.4
       web.py==0.36
       cyclone==1.0-rc4
       rdflib==3.2.1
       restkit==4.1.3
       Louie==1.1
       webcolors==1.4

python = python
interpreter = python
extra-paths = 

[python]
executable = /usr/bin/python2.7