740d0fe6f0d81672c2fad83a813e52253d8f5f49
[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 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