diff options
author | Hong Hui Xiao <honghui_xiao@yeah.net> | 2018-03-29 10:54:13 +0800 |
---|---|---|
committer | Liang Ke <lokyse@163.com> | 2018-03-29 03:11:15 +0000 |
commit | c22f5c237de50c176d6aa76ea9b416392647a64a (patch) | |
tree | ecc87513f4e931fda011fb4850d02a0fa2e86cf0 /vio/requirements.txt | |
parent | 1ce731bc5f3e47fbf3bb49a81760a809e9077aed (diff) |
Add bootscript of pecan and uwsgi to vio
Change-Id: I4904f15f20c0890a7a3bed37ebc5806178f78de6
Issue-ID: MULTICLOUD-150
Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
Diffstat (limited to 'vio/requirements.txt')
-rw-r--r-- | vio/requirements.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/vio/requirements.txt b/vio/requirements.txt index f2c9800..f237334 100644 --- a/vio/requirements.txt +++ b/vio/requirements.txt @@ -26,4 +26,12 @@ unittest_xml_reporting==1.12.0 onappylog>=1.0.6 # for event -oslo_messaging
\ No newline at end of file +oslo_messaging + +# for pecan framework +pecan>=1.2.1 +oslo.concurrency>=3.21.0 +oslo.config>=4.11.0 +oslo.service>=1.25.0 +eventlet>=0.20.0 +PyYAML>=3.1.0 |