diff options
author | 2017-02-24 00:58:14 -0500 | |
---|---|---|
committer | 2017-02-24 00:58:14 -0500 | |
commit | 53ef35bf7af5bf1eec8d8e3908faace5ad2193e4 (patch) | |
tree | 3c9df2094825c4ead657cecf4b4fb312dae0520a /multivimbroker/requirements.txt | |
parent | 763d5a21bd50959f9f4e76717e14ef6204b0485b (diff) |
Implements NBIs of multivimbroker
This Implementation accept the NB request and route the request
to corresponding vim driver according to the vimid specified.
Change-Id: Iccaf1204245bf15cad77f1bb0d47fab499e5f8cf
Issue-Id: MULTIVIM-21
Signed-off-by: Litao Gao <litao.gao@windriver.com>
Diffstat (limited to 'multivimbroker/requirements.txt')
-rw-r--r-- | multivimbroker/requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/multivimbroker/requirements.txt b/multivimbroker/requirements.txt index 2590479..6d58957 100644 --- a/multivimbroker/requirements.txt +++ b/multivimbroker/requirements.txt @@ -2,9 +2,6 @@ Django==1.9.6 djangorestframework==3.3.3 -# for access MySQL -MySQL-python==1.2.5 - # redis cache redis==2.10.5 |