view requirements_wheezy.txt @ 91:607694092e2e

Extend CheckView to behave more like the actual merge. Now the merged file is also written to a temporary file in order to make sure the merge object actually reads all the contents of the input file. As it turns out, some contents of the input file are only read on demand and simply appending the file to the merge does not trigger this. Part of mpuls/issue5709
author Bernhard Herzog <bh@intevation.de>
date Thu, 26 May 2016 21:21:18 +0200
parents 5607a1171223
children
line wrap: on
line source
# 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.3
# 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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)