diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-07 12:09:00 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-07 12:09:00 +0800 |
commit | d65392cfe749f1b51fe04c426658278cf6888dc5 (patch) | |
tree | a3569960357e2bc20556b63dbe19d0e31f735871 /requirements.txt | |
parent | 701573b84137a6807f1f742d49cb6c7eeb660ce3 (diff) |
Fix Dockerfile of vfc-nfvo-catalog
always install the latest nfv-toscaparser lib
Change-Id: Ia49bc79536938c032fb1f9da10075e01e3ca0e4b
Issue-Id: VFC-307
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 36d5a354..de774b2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,4 @@ unittest_xml_reporting==1.12.0 # for parser paramiko==2.0.2 -nfv-toscaparser==0.5.0.dev95
\ No newline at end of file +nfv-toscaparser>=0.5.0
\ No newline at end of file |