Setup micro-service of multivim broker
[multicloud/framework.git] / multivimbroker / requirements.txt
1 # rest framework
2 Django==1.9.6
3 djangorestframework==3.3.3
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 call openstack api
19 python-keystoneclient==3.6.0
20 python-glanceclient==2.5.0
21 python-neutronclient==6.0.0
22
23 # for unit test
24 coverage==4.2
25 mock==2.0.0
26 unittest_xml_reporting==1.12.0