Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_oauth/ndg_oauth_server/buildout.cfg@8075
Revision 8032,
791 bytes
checked in by rwilkinson, 9 years ago
(diff) |
Updated buildout.cfg files.
|
Line | |
---|
1 | [buildout] |
---|
2 | parts = ndgoauthserver ndgoauthserver_wsgi |
---|
3 | newest = false |
---|
4 | #find-links = ${buildout:directory}/lib/python2.6/site-packages |
---|
5 | # http://ndg.nerc.ac.uk/dist |
---|
6 | find-links = /home/rwilkinson_local/dev/trunk/ndg_oauth/ndg_oauth_server/dist/ndg_oauth_server-0.2.0_r8030-py2.6.egg |
---|
7 | log-level=DEBUG |
---|
8 | use-dependency-links = false |
---|
9 | |
---|
10 | [ndgoauthserver] |
---|
11 | recipe = zc.recipe.egg |
---|
12 | interpreter = py |
---|
13 | eggs = |
---|
14 | Beaker==1.6.2 |
---|
15 | Genshi==0.6 |
---|
16 | MyProxyClient==1.3.0 |
---|
17 | MyProxyWebService==0.1.1 |
---|
18 | Paste==1.7.5.1 |
---|
19 | PasteDeploy==1.5.0 |
---|
20 | PasteScript==1.7.5 |
---|
21 | WebOb==1.2b3 |
---|
22 | ndg-oauth-server |
---|
23 | pyOpenSSL==0.13 |
---|
24 | repoze.who==2.0 |
---|
25 | wsgiref==0.1.2 |
---|
26 | zope.interface==3.8.0 |
---|
27 | |
---|
28 | [ndgoauthserver_wsgi] |
---|
29 | recipe = collective.recipe.modwsgi |
---|
30 | eggs = ${ndgoauthserver:eggs} |
---|
31 | config-file = ${buildout:directory}/development.ini |
---|
Note: See
TracBrowser
for help on using the repository browser.