Mercurial > odfcast
changeset 65:2926b497c29c
Add a requirements_wheezy.txt for versions near the version in debian wheezy
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 20 Nov 2014 14:35:02 +0100 |
parents | 90310a1cf076 |
children | 76838e53434c |
files | requirements_wheezy.txt |
diffstat | 1 files changed, 38 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/requirements_wheezy.txt Thu Nov 20 14:35:02 2014 +0100 @@ -0,0 +1,38 @@ +# direct dependencies +requests>=0.12,<0.13 +flask>=0.8,<0.9 + +# dependencies of flask +Werkzeug>=0.8,<0.9 +Jinja2>=2.6,<2.7 + +# dependency of jinja +markupsafe>=0.15,<0.16 + +# dependencies of py3o.template +genshi>=0.6,<0.7 +lxml>=2.3,<2.4 + +# dependency of py3o.tmplate +# 1.1.0 is in wheezy, but 1.4.0 is required +six>=1.4.0,<1.5 + +# dependency of requests (optional in wheezy) +oauthlib>=0.1.2,<0.1.2 +# dependency of requests (optional in wheezy) +# version in wheezy is 2.0.1, but there is no 2.0.x version on pypi +chardet>=2.0.1,<2.3 + +# dependency of requests (stripped in wheezy) +certifi + +# not in wheezy +pypdf2>=1.23,<1.24 +py3o.template>=0.8 +py3o.renderers.pyuno>=0.3 +pyjon.utils>=0.7,<0.8 +py3o.formats + +# version unimportant +setuptools +wheel