aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-07-06 09:14:50 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-07-06 09:14:50 +0800
commitbcf49a37cdf5da54fba35e65bdffb9d95babfc4c (patch)
tree6437dc7eed90bdcb8d3546900a755f3c225ebd30 /requirements.txt
parentfbbe35d470bc4aea03f3bb3e2d75eff89283bcb3 (diff)
Add seed codes of nfvo
Change-Id: Ib788826e983b75b1800ea9fc7715dc8b8044d38d Issue-Id: VFC-52 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 00000000..25904796
--- /dev/null
+++ b/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