summaryrefslogtreecommitdiffstats
path: root/kilo/requirements.txt
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-02-22 15:15:09 +0800
committerBin Yang <bin.yang@windriver.com>2017-02-22 15:15:09 +0800
commit6f5746f49c84b4897ade9f98b6c987802e374248 (patch)
treea0fe1e7670d1391898327d235eb0160660614fc5 /kilo/requirements.txt
parent394cf8e3619ec4ddab4adf1608336feb39c1c6fb (diff)
Setup micro-service of kilo driver
Change-Id: I02f1b58f67cd3a5020d3742c4edab479982e5532 Issue-Id: MULTIVIM-23 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'kilo/requirements.txt')
-rw-r--r--kilo/requirements.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/kilo/requirements.txt b/kilo/requirements.txt
new file mode 100644
index 00000000..25904796
--- /dev/null
+++ b/kilo/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