caf868749da086513f228216a813f0e851dfe5a8
[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 django-nose>=1.4.0
22 coverage==4.2
23 mock==2.0.0
24 unittest_xml_reporting==1.12.0