[12175] | 1 | # Versions of packages used by waeup.ikoba |
---|
| 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 | setuptools = 7.0 |
---|
| 10 | collective.recipe.sphinxbuilder = 0.7.0 |
---|
| 11 | collective.recipe.template = 1.10 |
---|
| 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 |
---|
| 21 | zc.buildout = 2.1.0 |
---|
| 22 | zc.recipe.egg = 2.0.0a3 |
---|
| 23 | zc.recipe.testrunner = 2.0.0 |
---|
| 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... |
---|
| 32 | Sphinx = 1.0.7 |
---|
| 33 | ZODB3 = 3.10.3 |
---|
| 34 | docutils = 0.7 |
---|
| 35 | Jinja2 = 2.3 |
---|
| 36 | # for support of unicode encoded passwords |
---|
| 37 | zope.password = 3.6.1 |
---|
| 38 | # include bugfix for hanging xmlrpcrequests under paster |
---|
| 39 | zope.publisher = 3.12.2 |
---|
| 40 | # Pillow >= 2.0 supports Python 2.6, 2.7, 3.x |
---|
| 41 | # Pillow < 1.x supports Python 2.4, 2.5, 2.6, 2.7 |
---|
| 42 | Pillow = 2.0.0 |
---|
| 43 | mock = 1.0.1 |
---|
| 44 | |
---|
| 45 | # Added by buildout at 2013-04-29 11:28:31.957221 |
---|
| 46 | Beaker = 1.6.4 |
---|
| 47 | Twisted = 13.0.0 |
---|
| 48 | dolmen.beaker = 0.1 |
---|
| 49 | hurry.resource = 0.10 |
---|
| 50 | repoze.profile = 2.0 |
---|
| 51 | repoze.sphinx.autointerface = 0.7.1 |
---|
| 52 | unittest2 = 0.5.1 |
---|
| 53 | # z3c.coverage 2.0 is out but does not cope with non-ASCII in sources |
---|
| 54 | z3c.coverage = 1.3.1 |
---|
| 55 | zc.async = 1.5.4 |
---|
| 56 | zc.dict = 1.2.1 |
---|
| 57 | zc.twist = 1.3.1 |
---|
| 58 | zc.z3monitor = 0.8.0 |
---|
| 59 | zope.bforest = 1.2 |
---|
| 60 | |
---|
| 61 | # Required by: |
---|
| 62 | # z3c.coverage==2.0.0 |
---|
| 63 | coverage = 3.6 |
---|
| 64 | |
---|
| 65 | # Required by: |
---|
| 66 | # waeup.ikoba==0.2dev |
---|
| 67 | hurry.file = 1.2.1 |
---|
| 68 | |
---|
| 69 | # Required by: |
---|
| 70 | # waeup.ikoba==0.2dev |
---|
| 71 | hurry.jquery = 1.4.3.1 |
---|
| 72 | |
---|
| 73 | # Required by: |
---|
| 74 | # waeup.ikoba==0.2dev |
---|
| 75 | hurry.jqueryui = 1.8.5.1 |
---|
| 76 | |
---|
| 77 | # Required by: |
---|
| 78 | # waeup.ikoba==0.2dev |
---|
| 79 | hurry.query = 1.1.1 |
---|
| 80 | |
---|
| 81 | # Required by: |
---|
| 82 | # grokui.base==0.2 |
---|
| 83 | megrok.menu = 0.4 |
---|
| 84 | |
---|
| 85 | # Required by: |
---|
| 86 | # dolmen.beaker==0.1 |
---|
| 87 | pycryptopp = 0.6.0.1206569328141510525648634803928199668821045408958 |
---|
| 88 | |
---|
| 89 | # Required by: |
---|
| 90 | # repoze.profile==2.0 |
---|
| 91 | pyprof2calltree = 1.1.0 |
---|
| 92 | |
---|
| 93 | # Required by: |
---|
| 94 | # zc.async==1.5.4 |
---|
| 95 | rwproperty = 1.0 |
---|
| 96 | |
---|
| 97 | # Required by: |
---|
| 98 | # zope.testrunner==4.3.3 |
---|
| 99 | six = 1.3.0 |
---|
| 100 | |
---|
| 101 | # Required by: |
---|
| 102 | # waeup.ikoba==0.2dev |
---|
| 103 | ulif.loghandlers = 0.1.1 |
---|
| 104 | |
---|
| 105 | # Required by: |
---|
| 106 | # waeup.ikoba==0.2dev |
---|
| 107 | unicodecsv = 0.9.4 |
---|
| 108 | |
---|
| 109 | # Required by: |
---|
| 110 | # zc.async==1.5.4 |
---|
| 111 | uuid = 1.30 |
---|
| 112 | |
---|
| 113 | # Required by: |
---|
| 114 | # zc.z3monitor==0.8.0 |
---|
| 115 | zc.monitor = 0.3.1 |
---|
| 116 | |
---|
| 117 | # Required by: |
---|
| 118 | # zc.monitor==0.3.1 |
---|
| 119 | zc.ngi = 2.0.1 |
---|
| 120 | |
---|
| 121 | # Required by: |
---|
| 122 | # zc.async==1.5.4 |
---|
| 123 | zc.queue = 1.3 |
---|
| 124 | |
---|
| 125 | # Required by: |
---|
| 126 | # waeup.ikoba==0.2dev |
---|
| 127 | zope.errorview = 0.11 |
---|
| 128 | |
---|
| 129 | # Required by: |
---|
| 130 | # zc.recipe.testrunner==2.0.0 |
---|
| 131 | zope.testrunner = 4.3.3 |
---|
| 132 | |
---|
| 133 | # Added by buildout at 2014-01-13 12:49:22.642212 |
---|
| 134 | mr.developer = 1.27 |
---|
| 135 | plone.recipe.command = 1.1 |
---|
| 136 | z3c.recipe.staticlxml = 0.10 |
---|
| 137 | |
---|
| 138 | # Required by: |
---|
| 139 | # z3c.recipe.staticlxml==0.10 |
---|
| 140 | zc.recipe.cmmi = 1.3.5 |
---|
| 141 | |
---|
| 142 | # Added by buildout at 2014-02-04 15:17:58.515390 |
---|
| 143 | zc.zodbrecipes = 0.6.2 |
---|
| 144 | |
---|
| 145 | # Added by buildout at 2014-02-13 07:53:24.402989 |
---|
| 146 | WebOb = 1.3.1 |
---|
| 147 | diazo = 1.0.5 |
---|
| 148 | repoze.xmliter = 0.5 |
---|
| 149 | |
---|
| 150 | # Required by: |
---|
| 151 | # diazo==1.0.5 |
---|
| 152 | experimental.cssselect = 0.3 |
---|
| 153 | |
---|
| 154 | # Required by: |
---|
| 155 | # diazo==1.0.5 |
---|
| 156 | # experimental.cssselect==0.3 |
---|
| 157 | lxml = 3.3.1 |
---|
| 158 | |
---|
| 159 | # Required by: |
---|
| 160 | # waeup.ikoba==0.2dev |
---|
| 161 | psutil = 2.1.1 |
---|
| 162 | six = 1.5.2 |
---|
| 163 | # Added by buildout at 2014-11-18 17:09:18.443792 |
---|
| 164 | cffi = 0.8.6 |
---|
| 165 | cryptography = 0.6.1 |
---|
| 166 | pyOpenSSL = 0.14 |
---|
| 167 | |
---|
| 168 | # Required by: |
---|
| 169 | # waeup.ikoba==0.2dev |
---|
| 170 | paypalrestsdk = 1.6.1 |
---|
| 171 | |
---|
| 172 | # Required by: |
---|
| 173 | # cffi==0.8.6 |
---|
| 174 | pycparser = 2.10 |
---|
| 175 | |
---|
| 176 | # Required by: |
---|
| 177 | # paypalrestsdk==1.6.1 |
---|
| 178 | requests = 2.4.3 |
---|
[12293] | 179 | |
---|
| 180 | # Added by buildout at 2014-12-20 15:49:45.435588 |
---|
| 181 | |
---|
| 182 | # Required by: |
---|
| 183 | # waeup.ikoba==0.2dev |
---|
| 184 | PyPDF2 = 1.23 |
---|