diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-17 15:33:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-17 15:33:59 +0000 |
commit | 4713bc32bad1401a131105ea26c97a4b5119c126 (patch) | |
tree | 83541ce11dd6b1ccdb6e033c8c0aec7933b0258d /utils/test/reporting/docker/requirements.pip | |
parent | 387600a6d881bfdc046772b2a3cfbfb59fd2469c (diff) | |
parent | c850beb64083c730301188ade4cbba0f2a329a92 (diff) |
Merge "Refactor reporting dir"
Diffstat (limited to 'utils/test/reporting/docker/requirements.pip')
-rw-r--r-- | utils/test/reporting/docker/requirements.pip | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/test/reporting/docker/requirements.pip b/utils/test/reporting/docker/requirements.pip new file mode 100644 index 000000000..21d5ba97a --- /dev/null +++ b/utils/test/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 |