Last change
on this file since 10009 was
10004,
checked in by uli, 12 years ago
|
Need at least zope.publisher 3.12.2 for working XMLRPC support.
|
File size:
937 bytes
|
Line | |
---|
1 | # Versions of packages used by waeup.kofa |
---|
2 | [buildout] |
---|
3 | # default set of versions we use. |
---|
4 | extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg |
---|
5 | |
---|
6 | versions = versions |
---|
7 | |
---|
8 | [versions] |
---|
9 | collective.recipe.sphinxbuilder = 0.7.0 |
---|
10 | hurry.workflow = 0.11 |
---|
11 | # Pinned to circumvent breakage in 0.4.x |
---|
12 | hurry.zoperesource = 0.6 |
---|
13 | # Pinned to prevent buildout svn-error. |
---|
14 | lovely.recipe = 1.0.0 |
---|
15 | megrok.layout = 1.0.2 |
---|
16 | reportlab = 2.5 |
---|
17 | transaction = 1.1.0 |
---|
18 | z3c.testsetup = 0.6.1 |
---|
19 | zc.buildout = 1.5.0 |
---|
20 | zc.recipe.egg = 1.3.0 |
---|
21 | zc.recipe.testrunner = 1.4.0 |
---|
22 | zope.app.testing = 3.8.1 |
---|
23 | # for support of @provider directive |
---|
24 | zope.interface = 3.6.3 |
---|
25 | # for support of contextual default values |
---|
26 | zope.schema = 3.8.0 |
---|
27 | zope.testing = 3.10.2 |
---|
28 | zope.xmlpickle = 3.4.0 |
---|
29 | # Require latest version... |
---|
30 | Sphinx = 1.0.7 |
---|
31 | ZODB3 = 3.10.3 |
---|
32 | docutils = 0.7 |
---|
33 | Jinja2 = 2.3 |
---|
34 | # for support of unicode encoded passwords |
---|
35 | zope.password = 3.6.1 |
---|
36 | # need at least 3.12.2 for working XMLRPC support... |
---|
37 | zope.publisher = 3.12.2 |
---|
Note: See
TracBrowser for help on using the repository browser.