diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-18 15:56:39 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-18 15:56:39 +0800 |
commit | 063dec276037db0011d5b57f98d8a363c1c9ac0e (patch) | |
tree | 8e9487875fd6343ed5a513337d9cd7f71e9a61ec /requirements.txt | |
parent | 89e6fd50343d9c831d4a4f118ea566ebac5582a0 (diff) |
Add parse vnfd package logic
In vfc lcm project ,add parse vnfd package logic.
Change-Id: I4de6443d4c4a9c0d7526be025604cfeb73f439ea
Issue-ID: VFC-110
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 25904796..e9f7ce6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,3 +24,6 @@ python-neutronclient==6.0.0 coverage==4.2 mock==2.0.0 unittest_xml_reporting==1.12.0 + +# for parser +nfv-toscaparser==0.5.0.dev95 |