Update requirements.txt 13/121913/1
authordyh <dengyuanhong@chinamobile.com>
Tue, 15 Jun 2021 03:03:08 +0000 (11:03 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 15 Jun 2021 03:03:29 +0000 (11:03 +0800)
Change-Id: I3dd29d485e37895c1630775f832fc5ef206b8d7b
Issue-ID: VFC-1862
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
zte/vmanager/requirements.txt

index 8d54585..8d63bf0 100644 (file)
@@ -1,9 +1,9 @@
 # rest framework
 Django==2.1.10
-djangorestframework==3.9.4
+djangorestframework==3.10.0
 
 # for call rest api
-httplib2==0.12.3
+httplib2==0.19.1
 
 # for unit test
 coverage==4.2
@@ -11,11 +11,11 @@ mock==3.0.5
 unittest_xml_reporting==1.12.0
 
 # for auto swagger
-drf-yasg==1.16.0
+drf-yasg==1.17.0
 flex>=6.11.1
 swagger-spec-validator>=2.1.0
 
 # uwsgi for parallel processing
 # uwsgi
 
-PyYAML==5.3.1
+PyYAML==5.4.1