From fa6e03cd8d034db6477e33405eff71f636d1f125 Mon Sep 17 00:00:00 2001 From: uday-globuslive <98262862+uday-globuslive@users.noreply.github.com> Date: Mon, 21 Feb 2022 11:20:01 +0530 Subject: [PATCH] Update requirements.txt To fix the below error: https://github.com/aws-samples/amazon-ecs-mythicalmysfits-workshop/issues/49 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c561978..af34996 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ Flask==1.1.2 Werkzeug==1.0.1 +markupsafe==2.0.1