6d58957b84bf096982d605c076567f1463758ba7
[multicloud/framework.git] / multivimbroker / requirements.txt
1 # rest framework
2 Django==1.9.6
3 djangorestframework==3.3.3
4
5 # redis cache
6 redis==2.10.5
7
8 # for access redis cache
9 redisco==0.1.4
10 django-redis-cache==0.13.1
11
12 # for call rest api
13 httplib2==0.9.2
14
15 # for call openstack api
16 python-keystoneclient==3.6.0
17 python-glanceclient==2.5.0
18 python-neutronclient==6.0.0
19
20 # for unit test
21 coverage==4.2
22 mock==2.0.0
23 unittest_xml_reporting==1.12.0