summaryrefslogtreecommitdiffstats
path: root/multivimbroker/requirements.txt
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-02-22 11:15:28 +0800
committerBin Yang <bin.yang@windriver.com>2017-02-22 14:15:17 +0800
commitb1b0386b5ed988fbbf25e326c3d0ce951eff07cd (patch)
treef4342a484936d2d29032a4581f37f8e11a6d8c92 /multivimbroker/requirements.txt
parentdfa189f340da5fbddcee75c7efa81c2e58a1d50d (diff)
Setup micro-service of multivim broker
Change-Id: I692cd7f79460ac2a782e995031196ea8396e68ca Issue-Id: MULTIVIM-16 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'multivimbroker/requirements.txt')
-rw-r--r--multivimbroker/requirements.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/multivimbroker/requirements.txt b/multivimbroker/requirements.txt
new file mode 100644
index 0000000..2590479
--- /dev/null
+++ b/multivimbroker/requirements.txt
@@ -0,0 +1,26 @@
+# rest framework
+Django==1.9.6
+djangorestframework==3.3.3
+
+# for access MySQL
+MySQL-python==1.2.5
+
+# redis cache
+redis==2.10.5
+
+# for access redis cache
+redisco==0.1.4
+django-redis-cache==0.13.1
+
+# for call rest api
+httplib2==0.9.2
+
+# for call openstack api
+python-keystoneclient==3.6.0
+python-glanceclient==2.5.0
+python-neutronclient==6.0.0
+
+# for unit test
+coverage==4.2
+mock==2.0.0
+unittest_xml_reporting==1.12.0