diff options
author | Ethan Lynn <xuanlangjian@gmail.com> | 2019-09-09 16:34:54 +0800 |
---|---|---|
committer | Ethan Lynn <xuanlangjian@gmail.com> | 2019-09-09 16:38:56 +0800 |
commit | b14042c7ad57d9f0050ed31d9778d3d602de7f03 (patch) | |
tree | 2e1a461c84367b5a82f686c0983c5b5bf29be331 /vio/pecan-requirements.txt | |
parent | 5c428e9ee21dd953673d03ebfddb7bc174ffe3ba (diff) |
Workaround stage failure
Split pecan requirements to another file
Change-Id: Iefa9e103ea8dcd69006920c0c382985b6eab951b
Issue-ID: MULTICLOUD-736
Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
Diffstat (limited to 'vio/pecan-requirements.txt')
-rw-r--r-- | vio/pecan-requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vio/pecan-requirements.txt b/vio/pecan-requirements.txt new file mode 100644 index 0000000..33dcab4 --- /dev/null +++ b/vio/pecan-requirements.txt @@ -0,0 +1,6 @@ +# for pecan framework +# uwsgi +pecan>=1.2.1 +oslo.concurrency>=3.21.0 +oslo.config>=4.11.0 +oslo.service>=1.25.0 |