When running a new cookiecutter instance a get this error:
flask_iiif/api.py:20: DeprecationWarning: The import 'werkzeug.import_string' is deprecated and will be removed in Werkzeug 1.0. Use 'from werkzeug.utils import import_string' instead.
from werkzeug import import_string
When running a new cookiecutter instance a get this error: