Changeset - e6cc9751f61c
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 13 years ago 2012-06-15 17:54:42
drewp@bigasterisk.com
update restkit for maxconnectionserror
Ignore-this: f292520e1551c1aa7196722d1ce0f161
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
buildout.cfg
Show inline comments
 
[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
 
       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)