python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

flask-babel broken by werkzeug #191

Closed R2calex closed 2 years ago

R2calex commented 2 years ago

In flask-babel.py file "from werkzeug import ImmutableDict" must be changed to "from werkzeug.datastructures import ImmutableDict"

TkTech commented 2 years ago

Both v1 and v2 releases have long included this change. Either your dependencies are out of date, or you're not using flask-babel.