From c78314aa82216316032ca33be6517c6be159f4c5 Mon Sep 17 00:00:00 2001 From: yangyan Date: Wed, 29 May 2019 10:59:39 +0800 Subject: fix the requirements Change-Id: I50dfbbfd96a021d049d7a502c568f66c59f8e6ae Issue-ID: VFC-1404 Signed-off-by: yangyan --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3dec560..c4f63409 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ redisco==0.1.4 django-redis-cache==0.13.1 # for call rest api -httplib2==0.9.2 +httplib2==0.12.3 # for unit test coverage==4.2 @@ -22,7 +22,7 @@ unittest_xml_reporting==1.12.0 # for parser cryptography==2.0.3 -paramiko==2.0.2 +#paramiko==2.0.2 nfv-toscaparser>=0.5.0 # for swagger -- cgit 1.2.3-korg