Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
That package does not work with recent versions of Flask: webapp_1 | File "/usr/local/lib/python3.5/site-packages/flask_autodoc/__init__.py", line 3, in <module> webapp_1 | from flask.ext.autodoc.autodoc import Autodoc webapp_1 | ImportError: No module named 'flask.ext' flask.ext was deprecated some years ago in Flask-0.11 and removed in 1.0, see http://flask.pocoo.org/docs/1.0/upgrading/. Nevertheless, Flask-Autodoc still uses flask.ext. See issue acoomans/flask-autodoc#27. Signed-off-by: Stefan Weil <sw@weilnetz.de>
- Loading branch information