From b1b0386b5ed988fbbf25e326c3d0ce951eff07cd Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Wed, 22 Feb 2017 11:15:28 +0800 Subject: Setup micro-service of multivim broker Change-Id: I692cd7f79460ac2a782e995031196ea8396e68ca Issue-Id: MULTIVIM-16 Signed-off-by: Bin Yang --- multivimbroker/requirements.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 multivimbroker/requirements.txt (limited to 'multivimbroker/requirements.txt') 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 -- cgit 1.2.3-korg