diff options
author | Mark Beierl <mark.beierl@dell.com> | 2017-06-05 18:00:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-05 18:00:38 +0000 |
commit | c8beb26dff69dde0b41685504718a5f2bb29b4cd (patch) | |
tree | 877dd8e949460881823c659a1f34b4597bb3da21 /ci/verify.sh | |
parent | 73ae1dae45a61926588ad16866721a0cf03f0ff7 (diff) | |
parent | 5596aa1f65580af279b27569fbddac292cbcc2a6 (diff) |
Merge "Adding CORS Adds flask-cors module so that SwaggerUI can examine content from a different container JIRA: STORPERF-129"
Diffstat (limited to 'ci/verify.sh')
-rwxr-xr-x | ci/verify.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 84dc603..28d0886 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -23,6 +23,7 @@ pip install autoflake==0.6.6 pip install autopep8==1.2.2 pip install coverage==4.1 pip install flask==0.10 +pip install flask_cors==3.0.2 pip install flask-restful==0.3.5 pip install flask-restful-swagger==0.19 pip install flask-swagger==0.2.12 |