summaryrefslogtreecommitdiffstats
path: root/lcm/requirements.txt
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-02-03 15:52:26 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-02-07 22:53:49 +0800
commitba64ce23c5572b0de5e5596a479d9090115009e4 (patch)
treea3e4549ed0473e386083e771840b5c1105c4dbaf /lcm/requirements.txt
parent38a7066543a27c613a7d5ad85395a4bd4d7e7318 (diff)
Add code framework of gvnfm-vnflcm
Change-Id: I67e7499293613ad001c73193b4b59536fc087657 Issure-Id: GVNFM-23 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/requirements.txt')
-rw-r--r--lcm/requirements.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt
new file mode 100644
index 00000000..c98aff71
--- /dev/null
+++ b/lcm/requirements.txt
@@ -0,0 +1,21 @@
+# 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 unit test
+coverage==4.2
+mock==2.0.0
+unittest_xml_reporting==1.12.0