diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-31 11:00:45 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-31 11:00:45 +0800 |
commit | 89015151e92f998e6e07499bd75a552158c5fbb1 (patch) | |
tree | 7908c90149c16e8a9f5ac2fb06bb3090d55394ab /requirements.txt | |
parent | d0f37b0127353503145291d06436bf5656631845 (diff) |
Add sftp and ftp download
Implement download nsd or vnfd
package by sftp or ftp.
Change-Id: I5d45ae22a358a3ff1363bf3e0b23fa989e72841b
Issue-ID: VFC-141
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e9f7ce6b..9fb0e899 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,5 @@ mock==2.0.0 unittest_xml_reporting==1.12.0 # for parser +paramiko==2.0.2 nfv-toscaparser==0.5.0.dev95 |