Support for Multipart has been added to Broker
[multicloud/framework.git] / multivimbroker / requirements.txt
1 # rest framework
2 Django==1.9.6
3 djangorestframework==3.3.3
4
5 #multipart support
6 poster==0.8.1
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 django-nose>=1.4.0
25 coverage==4.2
26 mock==2.0.0
27 unittest_xml_reporting==1.12.0