view buildout.cfg @ 780:94f85500b995

Add getsub function for expressions Ignore-this: 6e6adc831107bbf7876bff1e670e34a0
author drewp@bigasterisk.com
date Sun, 17 Jun 2012 00:17:10 +0000
parents e6cc9751f61c
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