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