Update the Django version to 3.1.14
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / requirements.txt
1 # rest framework
2 Django==3.1.14
3 djangorestframework==3.12.4
4
5 # for call rest api
6 httplib2==0.19.1
7
8 # for unit test
9 coverage==4.2
10 mock==3.0.5
11 unittest_xml_reporting==1.12.0
12
13 # for auto swagger
14 drf-yasg==1.20.0
15 flex>=6.11.1
16 swagger-spec-validator>=2.1.0
17
18 # uwsgi for parallel processing
19 # uwsgi
20
21 PyYAML==5.4.1