From b719e86cc19938625ef581191397e150d08436f1 Mon Sep 17 00:00:00 2001 From: uday-globuslive <98262862+uday-globuslive@users.noreply.github.com> Date: Sun, 13 Mar 2022 02:08:59 +0530 Subject: [PATCH] Update requirements.txt (#10) 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