From b66ab0064c9ae7650cd6114fb6e17101d4defb17 Mon Sep 17 00:00:00 2001 From: Jonathan Kummerfeld Date: Mon, 23 Mar 2020 15:33:07 -0500 Subject: [PATCH] Increase version of MarkupSafe Version 1.0 of MarkupSafe fails to build with the latest version of setuptools (see https://github.com/pallets/markupsafe/issues/116). Shifting to 1.1.1 doesn't seem to break the code and resolves this build issue. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7acebd1..b1bf15b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ JPype1==0.6.2 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 Markdown==3.1.1 -MarkupSafe==1.0 +MarkupSafe==1.1.1 mmh3==2.5.1 msgpack-python==0.5.4 numpy==1.17.0