Mercurial > odfcast
comparison requirements_wheezy.txt @ 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 | |
children | 5607a1171223 |
comparison
equal
deleted
inserted
replaced
64:90310a1cf076 | 65:2926b497c29c |
---|---|
1 # direct dependencies | |
2 requests>=0.12,<0.13 | |
3 flask>=0.8,<0.9 | |
4 | |
5 # dependencies of flask | |
6 Werkzeug>=0.8,<0.9 | |
7 Jinja2>=2.6,<2.7 | |
8 | |
9 # dependency of jinja | |
10 markupsafe>=0.15,<0.16 | |
11 | |
12 # dependencies of py3o.template | |
13 genshi>=0.6,<0.7 | |
14 lxml>=2.3,<2.4 | |
15 | |
16 # dependency of py3o.tmplate | |
17 # 1.1.0 is in wheezy, but 1.4.0 is required | |
18 six>=1.4.0,<1.5 | |
19 | |
20 # dependency of requests (optional in wheezy) | |
21 oauthlib>=0.1.2,<0.1.2 | |
22 # dependency of requests (optional in wheezy) | |
23 # version in wheezy is 2.0.1, but there is no 2.0.x version on pypi | |
24 chardet>=2.0.1,<2.3 | |
25 | |
26 # dependency of requests (stripped in wheezy) | |
27 certifi | |
28 | |
29 # not in wheezy | |
30 pypdf2>=1.23,<1.24 | |
31 py3o.template>=0.8 | |
32 py3o.renderers.pyuno>=0.3 | |
33 pyjon.utils>=0.7,<0.8 | |
34 py3o.formats | |
35 | |
36 # version unimportant | |
37 setuptools | |
38 wheel |