Update the Django version to 2.2.27 20/127720/1
authordengyh <dengyuanhong@chinamobile.com>
Mon, 14 Mar 2022 01:52:40 +0000 (09:52 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Mon, 14 Mar 2022 01:53:04 +0000 (09:53 +0800)
Change-Id: I7eaee60a63cfa728dd4f177a9aed259c1283dc60
Issue-ID: VFC-1938
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
zte/vmanager/requirements.txt
zte/vmanager/tox.ini

index 8d63bf0..247ac83 100644 (file)
@@ -1,5 +1,5 @@
 # rest framework
-Django==2.1.10
+Django==2.2.27
 djangorestframework==3.10.0
 
 # for call rest api
index 4d9d565..0086ffc 100644 (file)
@@ -8,7 +8,7 @@ commands = coverage run --branch manage.py test
 
 [flake8]
 ignore =  E501,E722
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
 max-complexity = 12
 
 [testenv:pep8]