summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/requirements.txt
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-07-03 15:17:30 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-07-03 15:48:46 +0800
commit8470eb9f5845d55a3bec9351b1982f61a2fdd319 (patch)
tree569e39d02ac87900867f49e28aafa0cff5cc52f3 /gvnfmadapter/requirements.txt
parent21c2a798f6adca51eb2881e1a84ca1d10967d4e8 (diff)
Update python2 to python3
Change-Id: Icb5a35dd320ccbf80c66089977550755810c859f Issue-ID: VFC-1429 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/requirements.txt')
-rw-r--r--gvnfmadapter/requirements.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/gvnfmadapter/requirements.txt b/gvnfmadapter/requirements.txt
index eb9570d..ee8f60f 100644
--- a/gvnfmadapter/requirements.txt
+++ b/gvnfmadapter/requirements.txt
@@ -1,13 +1,13 @@
# rest framework
-Django==1.11.9
-djangorestframework==3.7.7
+Django==2.1.4
+djangorestframework==3.9.4
# for call rest api
httplib2==0.12.3
# for unit test
coverage==4.2
-mock==2.0.0
+mock==3.0.5
unittest_xml_reporting==1.12.0
# for auto swagger
@@ -18,8 +18,7 @@ flex>=6.11.1
swagger-spec-validator>=2.1.0
# for onap logging
-onappylog>=1.0.6
-
+onappylog>=1.0.9
# uwsgi for parallel processing
-uwsgi \ No newline at end of file
+# uwsgi