From 9a810ff89ca61c3cd93d39d5fe9bd80a3eeaa282 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 16 Nov 2016 18:16:43 +0100 Subject: Refactor reporting dir - dockerization - create util function for all the test projects - create a common config files - add unit tests - pep8 JIRA: RELENG-162 Change-Id: Ib209be4233084100ff238a7aeb2843ccc24a6f1e Signed-off-by: Morgan Richomme --- reporting/docker/requirements.pip | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 reporting/docker/requirements.pip (limited to 'reporting/docker/requirements.pip') diff --git a/reporting/docker/requirements.pip b/reporting/docker/requirements.pip new file mode 100644 index 0000000..21d5ba9 --- /dev/null +++ b/reporting/docker/requirements.pip @@ -0,0 +1,12 @@ +# +# +# author: Morgan Richomme (morgan.richomme@orange.com) +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +# +pdfkit==0.5.0 +PyYAML==3.11 +simplejson==3.8.1 -- cgit 1.2.3-korg