Mercurial > odfcast
annotate requirements.txt @ 94:2ef34abbad8d 1.5
Use http error code 422 in CheckView when a merge is not possible.
Previously the response used the code 500 in this case. This is not
useful because it's not an internal server error when the check whether
a PDF file can be merged fails because that's the point of the
CheckView. The code used now means "Unprocessable Entity" and fits
better.
Part of mpuls/issue6009
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 28 Apr 2017 20:56:22 +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 |