Changeset - 8e6c8e916567
[Not reviewed]
default
0 0 1
drewp@bigasterisk.com - 12 years ago 2013-03-26 07:07:47
drewp@bigasterisk.com
upgrade ipython rdflib pyprof2calltree
Ignore-this: 9a3b49b4d126295e02ff0dfe49af030a
1 file changed with 24 insertions and 0 deletions:
0 comments (0 inline, 0 general)
buildout.cfg
Show inline comments
 
new file 100644
 
[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
 

	
0 comments (0 inline, 0 general)