annotate requirements.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 b7e4f50c75ba
children f6d87a17ed84
rev   line source
39
fceca6088481 Require flask >= 0.7
Björn Ricks <bjoern.ricks@intevation.de>
parents: 26
diff changeset
1 flask>=0.7
8
d9e733b87c29 Add a requirements.txt file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
2 requests
64
90310a1cf076 Require py3o.template >= 0.8 after it has been released
Björn Ricks <bjoern.ricks@intevation.de>
parents: 55
diff changeset
3 py3o.template>=0.8
26
26e6f2f00638 We need a pyuno version >0.2 and pypdf2 now
Björn Ricks <bjoern.ricks@intevation.de>
parents: 8
diff changeset
4 py3o.renderers.pyuno>=0.3
8
d9e733b87c29 Add a requirements.txt file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
5 setuptools
26
26e6f2f00638 We need a pyuno version >0.2 and pypdf2 now
Björn Ricks <bjoern.ricks@intevation.de>
parents: 8
diff changeset
6 pypdf2
78
b7e4f50c75ba Add six != 1.9 to the requirements.
Bernhard Herzog <bh@intevation.de>
parents: 76
diff changeset
7 six>=1.9
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)