diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-06-11 09:48:22 +0200 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-06-11 10:48:06 +0200 |
commit | 66965fca9def6007465aacc2fed220690229c9c5 (patch) | |
tree | eb230474696f00f467d15649020ca8158eec703a /build | |
parent | 3cd75cd8d71f471a0217f525bb8e4ed5315266a8 (diff) |
Set version for MarkupSafe to 0.23
As MarkupSafe>=1.0 is not found in Nexus, fixing version to 0.23
which is the last version possible to use with Jinja 2.10.1
Jinja 2.10.1 is required by flask 1.0.3 installed in mso-simulator
container in oof-oof-cmso-service
Relates to OOM-1869
Issue-ID: OOM-1920
Change-Id: I02d5fb01db12aa2a3a55df4be65817e22b589c32
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/data_lists/onap_pip_packages.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/data_lists/onap_pip_packages.list b/build/data_lists/onap_pip_packages.list index ab4949b2..48029bc2 100644 --- a/build/data_lists/onap_pip_packages.list +++ b/build/data_lists/onap_pip_packages.list @@ -5,7 +5,7 @@ Flask==1.0.3 idna==2.8 itsdangerous==1.1.0 Jinja2==2.10.1 -MarkupSafe==1.1.1 +MarkupSafe==0.23 requests==2.22.0 urllib3==1.25.3 Werkzeug==0.15.4 |