[11949] | 1 | # Versions of packages used by waeup.ikoba |
---|
[8357] | 2 | [buildout] |
---|
[8359] | 3 | # default set of versions we use. |
---|
[8357] | 4 | extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg |
---|
| 5 | |
---|
| 6 | versions = versions |
---|
| 7 | |
---|
| 8 | [versions] |
---|
[12060] | 9 | setuptools = 7.0 |
---|
[12837] | 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 |
---|
[12455] | 21 | zc.buildout = 2.2.5 |
---|
[10107] | 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... |
---|
[12837] | 32 | Sphinx => 1.3.1 |
---|
| 33 | Pygments = 2.0 |
---|
[8357] | 34 | ZODB3 = 3.10.3 |
---|
[12837] | 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: |
---|
[11949] | 67 | # waeup.ikoba==0.2dev |
---|
[10110] | 68 | hurry.file = 1.2.1 |
---|
| 69 | |
---|
| 70 | # Required by: |
---|
[11949] | 71 | # waeup.ikoba==0.2dev |
---|
[10110] | 72 | hurry.jquery = 1.4.3.1 |
---|
| 73 | |
---|
| 74 | # Required by: |
---|
[11949] | 75 | # waeup.ikoba==0.2dev |
---|
[10110] | 76 | hurry.jqueryui = 1.8.5.1 |
---|
| 77 | |
---|
| 78 | # Required by: |
---|
[11949] | 79 | # waeup.ikoba==0.2dev |
---|
[10110] | 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 |
---|
[12837] | 100 | six = 1.4 |
---|
[10110] | 101 | |
---|
| 102 | # Required by: |
---|
[11949] | 103 | # waeup.ikoba==0.2dev |
---|
[10110] | 104 | ulif.loghandlers = 0.1.1 |
---|
| 105 | |
---|
| 106 | # Required by: |
---|
[11949] | 107 | # waeup.ikoba==0.2dev |
---|
[10110] | 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: |
---|
[11949] | 127 | # waeup.ikoba==0.2dev |
---|
[10110] | 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 | # Required by: |
---|
[12170] | 161 | # waeup.ikoba==0.2dev |
---|
[11798] | 162 | psutil = 2.1.1 |
---|
[12060] | 163 | six = 1.5.2 |
---|
| 164 | # Added by buildout at 2014-11-18 17:09:18.443792 |
---|
| 165 | cffi = 0.8.6 |
---|
| 166 | cryptography = 0.6.1 |
---|
| 167 | pyOpenSSL = 0.14 |
---|
| 168 | |
---|
| 169 | # Required by: |
---|
| 170 | # waeup.ikoba==0.2dev |
---|
| 171 | paypalrestsdk = 1.6.1 |
---|
| 172 | |
---|
| 173 | # Required by: |
---|
| 174 | # cffi==0.8.6 |
---|
| 175 | pycparser = 2.10 |
---|
| 176 | |
---|
| 177 | # Required by: |
---|
| 178 | # paypalrestsdk==1.6.1 |
---|
| 179 | requests = 2.4.3 |
---|
[12182] | 180 | |
---|
| 181 | # Added by buildout at 2014-12-09 08:56:22.978680 |
---|
| 182 | |
---|
| 183 | # Required by: |
---|
| 184 | # waeup.ikoba==0.2dev |
---|
| 185 | PyPDF2 = 1.23 |
---|
[12837] | 186 | |
---|
| 187 | # Added by buildout at 2015-03-31 16:39:23.608920 |
---|
| 188 | Babel = 1.3 |
---|
| 189 | alabaster = 0.7.3 |
---|
| 190 | snowballstemmer = 1.2.0 |
---|
| 191 | sphinx-rtd-theme = 0.1.7 |
---|