diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2019-08-05 11:54:55 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2019-08-05 12:42:48 +0800 |
commit | 37bb8d8ddb345a78e63b81d9d3fbde4954aed39b (patch) | |
tree | 1069f1a598bad260a642ea2c7bc2da1f265d888f /vio/requirements.txt | |
parent | 0c9f44cbea909dc63e1c062b8466b2b96c39e395 (diff) |
Add py36 support
Upgrade code to support python3.6
Change-Id: Ia82cdaa249d9e76ceb69fd6fb0d7d7748db47beb
Issue-ID: MULTICLOUD-736
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'vio/requirements.txt')
-rw-r--r-- | vio/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/requirements.txt b/vio/requirements.txt index f218ec5..4872e80 100644 --- a/vio/requirements.txt +++ b/vio/requirements.txt @@ -24,7 +24,7 @@ onappylog>=1.0.8 oslo_messaging # for pecan framework -uwsgi +# uwsgi pecan>=1.2.1 oslo.concurrency>=3.21.0 oslo.config>=4.11.0 |