Mercurial > code > home > repos > light9
changeset 840:8e6c8e916567
upgrade ipython rdflib pyprof2calltree
Ignore-this: 9a3b49b4d126295e02ff0dfe49af030a
author | drewp@bigasterisk.com |
---|---|
date | Tue, 26 Mar 2013 07:07:47 +0000 |
parents | ff9c72cfb023 |
children | b0cf9bcb2230 |
files | buildout.cfg |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildout.cfg Tue Mar 26 07:07:47 2013 +0000 @@ -0,0 +1,24 @@ +[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 +