Add vfc-vnflcm log integration config
[vfc/gvnfm/vnflcm.git] / lcm / requirements.txt
1 # rest framework
2 Django==1.11.9
3 djangorestframework==3.7.7
4
5 # for access MySQL
6 PyMySQL==0.7.11
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 flex>=6.11.1
26 swagger-spec-validator>=2.1.0
27
28 # for onap logging
29 onappylog>=1.0.6