aws-samples / aws-modern-application-workshop

A tutorial for developers that want to learn about how to build modern applications on top of AWS. You will build a sample website that leverages infrastructure as code, containers, serverless code functions, CI/CD, and more.
Apache License 2.0
1.46k stars 832 forks source link

Updated requirements.txt for python module 2 #281

Open jasvirboparoy opened 2 years ago

jasvirboparoy commented 2 years ago

Issue #, if available:

Description of changes:

requirements.txt was outdated leading to multiple errors when trying to run docker image.

The fix was to change version of flask to 1.1.4 and also to add markupsafe too.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

jasvirboparoy commented 2 years ago

Ping me if you have any questions or comments 😄