Add vfc-vnfmgr auto-swagger settings
[vfc/gvnfm/vnfmgr.git] / mgr / requirements.txt
1 # rest framework
2 Django==1.11.9
3 djangorestframework==3.7.7
4
5 # for access MySQL
6 MySQL-python==1.2.5
7
8 # redis cache
9 redis==2.10.5
10
11 # for access redis cache
12 redisco==0.1.4
13 django-redis-cache==0.13.1
14
15 # for call rest api
16 httplib2==0.9.2
17
18 # for unit test
19 coverage==4.2
20 mock==2.0.0
21 unittest_xml_reporting==1.12.0
22
23 # for auto swagger
24 drf-yasg>=1.2.2
25 Pillow>=4.3.0
26 pygments>=2.2.0
27 django-cors-headers>=2.1.0
28 django-filter>=1.1.0,<2.0; python_version == "2.7"
29 django-filter>=1.1.0; python_version >= "3.4"
30 djangorestframework-camel-case>=0.2.0
31 dj-database-url>=0.4.2
32 user_agents>=1.1.0
33 flex>=6.11.1
34 swagger-spec-validator>=2.1.0