# HG changeset patch # User Björn Ricks # Date 1412000345 -7200 # Node ID 26e6f2f00638a6eb3e0cc0a3021b7c24f87c9fb5 # Parent 0ce19505ef123b82ca22069fce13262f8c40baa2 We need a pyuno version >0.2 and pypdf2 now pyuno 0.2 has a bug running the python module from pyc instead of py file. diff -r 0ce19505ef12 -r 26e6f2f00638 requirements.txt --- a/requirements.txt Mon Sep 29 16:17:45 2014 +0200 +++ b/requirements.txt Mon Sep 29 16:19:05 2014 +0200 @@ -1,6 +1,6 @@ flask requests py3o.template -py3o.renderers.pyuno +py3o.renderers.pyuno>=0.3 setuptools - +pypdf2