summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-10-13 13:33:43 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-10-13 13:52:39 +0800
commit904d59f5dc96c9f1fae66fb9cbcfe43b152a0ae3 (patch)
tree6e42d4536b4c8a3ba360d6d5b946e13263e98476 /requirements.txt
parent2e12b89e822b1999ade835426433721f977f9a41 (diff)
Fix catalog docker job fail issue
Change-Id: I1002efb4cd0c22d37eb041935db87256dd9d6476 Issue-ID: VFC-531 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9e46791f..db0014ec 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,5 +21,6 @@ mock==2.0.0
unittest_xml_reporting==1.12.0
# for parser
+cryptography==2.0.3
paramiko==2.0.2
-nfv-toscaparser==0.5.1.dev18 \ No newline at end of file
+nfv-toscaparser>=0.5.0 \ No newline at end of file