From 5e20d4a9b67e35c1734412be34ec059a44298ca6 Mon Sep 17 00:00:00 2001 From: Shique <28860696+Shique@users.noreply.github.com> Date: Mon, 18 May 2020 22:41:26 +0100 Subject: [PATCH] Fixed an error with MarkupSafe installation MarkupSafe tries to import setuptools.Feature which results in an error as it's deprecated. Details: pallets/markupsafe#116 pypa/setuptools#2017 --- rest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/requirements.txt b/rest/requirements.txt index d04c6afc..63888ee8 100644 --- a/rest/requirements.txt +++ b/rest/requirements.txt @@ -8,7 +8,7 @@ Jinja2==2.10 # Updated from 2.9.5 jsonschema==2.6.0 kafka-python==1.4.3 # Updated from 1.3.3 kazoo==2.4.0 # Updated from 2.2.1 -MarkupSafe==1.0 +MarkupSafe==1.1.0 # Updated from 1.0 mock==2.0.0 nose==1.3.7 pbr==4.0.3 # Updated from 2.0.0