diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-29 10:59:39 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-29 11:00:03 +0800 |
commit | c78314aa82216316032ca33be6517c6be159f4c5 (patch) | |
tree | 627895533f713ad3962ee888036624e795e80daa | |
parent | 23d88cd3bcfdbfeaed0adf7f979eb9f3227fbe0a (diff) |
fix the requirements
Change-Id: I50dfbbfd96a021d049d7a502c568f66c59f8e6ae
Issue-ID: VFC-1404
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | requirements.txt | 4 |
1 files 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 |