aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-08-18 15:03:18 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-08-18 15:03:58 +0800
commit25bbfb14f191992f407d957d524ffb1cd0378655 (patch)
tree3968484183acb96c0b6f7babb07e43e622466fd6 /requirements.txt
parent169a896f8fc4db5a0054d31bb5bfd254f2352bb0 (diff)
Add seed codes of nfvo catalog
Change-Id: Id0646870cbb297cbeddfe223feb2235f11a4a511 Issue-Id: VFC-108 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 00000000..c98aff71
--- /dev/null
+++ b/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