diff options
author | 2017-10-13 14:13:27 +0800 | |
---|---|---|
committer | 2017-10-13 14:13:27 +0800 | |
commit | fd098a6f75baa3da31f91f94a2200bc88aa32d5e (patch) | |
tree | ac2b72842e7ca68e4b1ec62f9fb9686d9c729043 /requirements.txt | |
parent | 8b609e18cb331a88aa09e9237d92aed32913e397 (diff) |
Fix vfc-lcm docker job fail issue
Change-Id: I1714387a91113eebe9da55d7adb02ec3e93785db
Issue-ID: VFC-533
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index cc496342..8c34a073 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,6 @@ mock==2.0.0 unittest_xml_reporting==1.12.0 # for parser -# paramiko==2.0.2 +cryptography==2.0.3 +paramiko==2.0.2 nfv-toscaparser>=0.5.0 |