[8359] | 1 | # Versions of packages used by waeup.kofa |
---|
[8357] | 2 | [buildout] |
---|
[8359] | 3 | # default set of versions we use. |
---|
[13179] | 4 | #extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg |
---|
| 5 | extends = grok-1.1.cfg |
---|
[8357] | 6 | |
---|
| 7 | versions = versions |
---|
| 8 | |
---|
| 9 | [versions] |
---|
[12830] | 10 | collective.recipe.sphinxbuilder = 0.8.2 |
---|
[11254] | 11 | collective.recipe.template = 1.10 |
---|
[8357] | 12 | hurry.workflow = 0.11 |
---|
| 13 | # Pinned to circumvent breakage in 0.4.x |
---|
| 14 | hurry.zoperesource = 0.6 |
---|
| 15 | # Pinned to prevent buildout svn-error. |
---|
| 16 | lovely.recipe = 1.0.0 |
---|
| 17 | megrok.layout = 1.0.2 |
---|
| 18 | reportlab = 2.5 |
---|
| 19 | transaction = 1.1.0 |
---|
| 20 | z3c.testsetup = 0.6.1 |
---|
[10107] | 21 | zc.buildout = 2.1.0 |
---|
| 22 | zc.recipe.egg = 2.0.0a3 |
---|
| 23 | zc.recipe.testrunner = 2.0.0 |
---|
[8357] | 24 | zope.app.testing = 3.8.1 |
---|
| 25 | # for support of @provider directive |
---|
| 26 | zope.interface = 3.6.3 |
---|
| 27 | # for support of contextual default values |
---|
| 28 | zope.schema = 3.8.0 |
---|
| 29 | zope.testing = 3.10.2 |
---|
| 30 | zope.xmlpickle = 3.4.0 |
---|
| 31 | # Require latest version... |
---|
[13605] | 32 | Sphinx = 1.3.3 |
---|
[12830] | 33 | Pygments = 2.0 |
---|
[8357] | 34 | ZODB3 = 3.10.3 |
---|
[12830] | 35 | docutils = 0.11 |
---|
[8357] | 36 | Jinja2 = 2.3 |
---|
| 37 | # for support of unicode encoded passwords |
---|
| 38 | zope.password = 3.6.1 |
---|
[9632] | 39 | # include bugfix for hanging xmlrpcrequests under paster |
---|
[10107] | 40 | zope.publisher = 3.12.2 |
---|
[10109] | 41 | # Pillow >= 2.0 supports Python 2.6, 2.7, 3.x |
---|
| 42 | # Pillow < 1.x supports Python 2.4, 2.5, 2.6, 2.7 |
---|
| 43 | Pillow = 2.0.0 |
---|
| 44 | mock = 1.0.1 |
---|
[10110] | 45 | |
---|
| 46 | # Added by buildout at 2013-04-29 11:28:31.957221 |
---|
| 47 | Beaker = 1.6.4 |
---|
| 48 | Twisted = 13.0.0 |
---|
| 49 | dolmen.beaker = 0.1 |
---|
| 50 | hurry.resource = 0.10 |
---|
| 51 | repoze.profile = 2.0 |
---|
| 52 | repoze.sphinx.autointerface = 0.7.1 |
---|
| 53 | unittest2 = 0.5.1 |
---|
[10652] | 54 | # z3c.coverage 2.0 is out but does not cope with non-ASCII in sources |
---|
| 55 | z3c.coverage = 1.3.1 |
---|
[10110] | 56 | zc.async = 1.5.4 |
---|
| 57 | zc.dict = 1.2.1 |
---|
| 58 | zc.twist = 1.3.1 |
---|
| 59 | zc.z3monitor = 0.8.0 |
---|
| 60 | zope.bforest = 1.2 |
---|
| 61 | |
---|
| 62 | # Required by: |
---|
| 63 | # z3c.coverage==2.0.0 |
---|
| 64 | coverage = 3.6 |
---|
| 65 | |
---|
| 66 | # Required by: |
---|
| 67 | # waeup.kofa==0.2dev |
---|
| 68 | hurry.file = 1.2.1 |
---|
| 69 | |
---|
| 70 | # Required by: |
---|
| 71 | # waeup.kofa==0.2dev |
---|
| 72 | hurry.jquery = 1.4.3.1 |
---|
| 73 | |
---|
| 74 | # Required by: |
---|
| 75 | # waeup.kofa==0.2dev |
---|
| 76 | hurry.jqueryui = 1.8.5.1 |
---|
| 77 | |
---|
| 78 | # Required by: |
---|
| 79 | # waeup.kofa==0.2dev |
---|
| 80 | hurry.query = 1.1.1 |
---|
| 81 | |
---|
| 82 | # Required by: |
---|
| 83 | # grokui.base==0.2 |
---|
| 84 | megrok.menu = 0.4 |
---|
| 85 | |
---|
| 86 | # Required by: |
---|
| 87 | # dolmen.beaker==0.1 |
---|
| 88 | pycryptopp = 0.6.0.1206569328141510525648634803928199668821045408958 |
---|
| 89 | |
---|
| 90 | # Required by: |
---|
| 91 | # repoze.profile==2.0 |
---|
| 92 | pyprof2calltree = 1.1.0 |
---|
| 93 | |
---|
| 94 | # Required by: |
---|
| 95 | # zc.async==1.5.4 |
---|
| 96 | rwproperty = 1.0 |
---|
| 97 | |
---|
| 98 | # Required by: |
---|
| 99 | # zope.testrunner==4.3.3 |
---|
[12830] | 100 | six = 1.4 |
---|
[10110] | 101 | |
---|
| 102 | # Required by: |
---|
| 103 | # waeup.kofa==0.2dev |
---|
| 104 | ulif.loghandlers = 0.1.1 |
---|
| 105 | |
---|
| 106 | # Required by: |
---|
| 107 | # waeup.kofa==0.2dev |
---|
| 108 | unicodecsv = 0.9.4 |
---|
| 109 | |
---|
| 110 | # Required by: |
---|
| 111 | # zc.async==1.5.4 |
---|
| 112 | uuid = 1.30 |
---|
| 113 | |
---|
| 114 | # Required by: |
---|
| 115 | # zc.z3monitor==0.8.0 |
---|
| 116 | zc.monitor = 0.3.1 |
---|
| 117 | |
---|
| 118 | # Required by: |
---|
| 119 | # zc.monitor==0.3.1 |
---|
| 120 | zc.ngi = 2.0.1 |
---|
| 121 | |
---|
| 122 | # Required by: |
---|
| 123 | # zc.async==1.5.4 |
---|
| 124 | zc.queue = 1.3 |
---|
| 125 | |
---|
| 126 | # Required by: |
---|
| 127 | # waeup.kofa==0.2dev |
---|
| 128 | zope.errorview = 0.11 |
---|
| 129 | |
---|
| 130 | # Required by: |
---|
| 131 | # zc.recipe.testrunner==2.0.0 |
---|
| 132 | zope.testrunner = 4.3.3 |
---|
[11158] | 133 | |
---|
[11254] | 134 | # Added by buildout at 2014-01-13 12:49:22.642212 |
---|
| 135 | mr.developer = 1.27 |
---|
| 136 | plone.recipe.command = 1.1 |
---|
| 137 | z3c.recipe.staticlxml = 0.10 |
---|
| 138 | |
---|
| 139 | # Required by: |
---|
| 140 | # z3c.recipe.staticlxml==0.10 |
---|
| 141 | zc.recipe.cmmi = 1.3.5 |
---|
| 142 | |
---|
| 143 | # Added by buildout at 2014-02-04 15:17:58.515390 |
---|
| 144 | zc.zodbrecipes = 0.6.2 |
---|
| 145 | |
---|
| 146 | # Added by buildout at 2014-02-13 07:53:24.402989 |
---|
| 147 | WebOb = 1.3.1 |
---|
| 148 | diazo = 1.0.5 |
---|
| 149 | repoze.xmliter = 0.5 |
---|
| 150 | |
---|
| 151 | # Required by: |
---|
| 152 | # diazo==1.0.5 |
---|
| 153 | experimental.cssselect = 0.3 |
---|
| 154 | |
---|
| 155 | # Required by: |
---|
| 156 | # diazo==1.0.5 |
---|
| 157 | # experimental.cssselect==0.3 |
---|
| 158 | lxml = 3.3.1 |
---|
[11798] | 159 | |
---|
| 160 | # Added by buildout at 2014-09-19 13:29:39.427594 |
---|
| 161 | |
---|
| 162 | # Required by: |
---|
| 163 | # waeup.kofa==1.3dev |
---|
| 164 | psutil = 2.1.1 |
---|
[12830] | 165 | |
---|
| 166 | # Added by buildout at 2015-03-31 08:03:10.950282 |
---|
| 167 | Babel = 1.3 |
---|
| 168 | alabaster = 0.7.3 |
---|
| 169 | snowballstemmer = 1.2.0 |
---|
| 170 | sphinx-rtd-theme = 0.1.7 |
---|
| 171 | |
---|
| 172 | # Added by buildout at 2015-03-31 10:11:41.296069 |
---|
| 173 | horae.sphinx.grok = 1.0a1 |
---|