view buildout.cfg @ 739:2013aba52d16

show data Ignore-this: 815ae2c4376a3bc9a3d7272bec8c8ac3
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 15 Jun 2012 07:52:05 +0000
parents 8fddef28d7b9
children e6cc9751f61c
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.2
       Louie==1.1
       webcolors==1.4

python = python
interpreter = python
extra-paths = 

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