inveniosoftware / flask-iiif

Flask-IIIF is permitting easy integration with the International Image Interoperability Framework (IIIF) API standards.
https://flask-iiif.readthedocs.io
Other
28 stars 27 forks source link

fix deprecation warning #69

Closed ntarocco closed 4 years ago

ntarocco commented 4 years ago

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
ntarocco commented 4 years ago

already fixed here: https://github.com/inveniosoftware/flask-iiif/pull/70