diff options
author | Hong Hui Xiao <honghui_xiao@yeah.net> | 2018-03-29 15:45:52 +0800 |
---|---|---|
committer | Hong Hui Xiao <honghui_xiao@yeah.net> | 2018-03-29 15:45:52 +0800 |
commit | 9106c9d87c02ce6907ea82fa5bec0aadd1d04d5c (patch) | |
tree | ed56c2a5f961ed32d9852affa38c274ad1a63805 | |
parent | 5610b0ae90b1e2d918d176ceada6fa8e2573d067 (diff) |
Add uwsgi in requirement
Change-Id: I43e783e2f1356d12b36bb638fecf35bc1e4481e1
Issue-ID: MULTICLOUD-150
Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
-rw-r--r-- | vio/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vio/requirements.txt b/vio/requirements.txt index f237334..1e2334c 100644 --- a/vio/requirements.txt +++ b/vio/requirements.txt @@ -29,6 +29,7 @@ onappylog>=1.0.6 oslo_messaging # for pecan framework +uwsgi pecan>=1.2.1 oslo.concurrency>=3.21.0 oslo.config>=4.11.0 |