Merge "update from python2 to python3"
authorYuanhong Deng <dengyuanhong@chinamobile.com>
Thu, 24 Mar 2022 01:16:20 +0000 (01:16 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 24 Mar 2022 01:16:20 +0000 (01:16 +0000)
mgr/requirements.txt
mgr/tox.ini

index 76800d0..41a8080 100644 (file)
@@ -1,9 +1,9 @@
 # rest framework
-Django==2.1.10
-djangorestframework==3.10.0
+Django==3.1.14
+djangorestframework==3.12.4
 
 # for access MySQL
-PyMySQL==0.9.3
+PyMySQL==1.0.2
 
 # redis cache
 redis==2.10.5
@@ -20,8 +20,8 @@ mock==3.0.5
 unittest_xml_reporting==1.12.0
 
 # for auto swagger
-ruamel.yaml==0.16.10
-drf-yasg==1.17.0
+ruamel.yaml==0.17.21
+drf-yasg==1.20.0
 flex>=6.11.1
 swagger-spec-validator>=2.1.0
 
@@ -31,4 +31,5 @@ onappylog>=1.0.9
 # uwsgi for parallel processing
 uwsgi
 
-PyYAML==5.4.1
\ No newline at end of file
+PyYAML==5.4.1
+cryptography==36.0.1
\ No newline at end of file
index cb4f53c..85a128e 100644 (file)
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
 
 [flake8]
 ignore =  E501
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
 max-complexity = 12
 
 [testenv]