awslabs / ec2-spot-workshops

Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/
Other
181 stars 150 forks source link

Fix for Flask dependency error #192

Closed neildcruz closed 2 years ago

neildcruz commented 2 years ago

With the current dependency the container is failing due to a Flask dependency error.

ImportError: cannot import name 'escape' from 'jinja2'

Issue #, if available:

Description of changes: Changed the Flask dependency version to fix the container

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.