You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flask-Script is dead - no release since 4 years and the github repo has been archived, and it's no longer compatible with the latest Flask 2.0 release.
This might be a good opportunity to remove support for it from flask-migrate as well.
Could you, please, remove the Flask-Script section from the docs - perhaps with a deprecation tip (like a link to this article). The release notes should also mention this.
Activity
miguelgrinberg commentedon May 14, 2021
Yes, this is good motivation to finally do it. Thanks.
Remove support for Flask-Script (Fixes #403)
loleg commentedon May 15, 2021
Could you, please, remove the Flask-Script section from the docs - perhaps with a deprecation tip (like a link to this article). The release notes should also mention this.
miguelgrinberg commentedon May 15, 2021
@loleg Sorry, forgot to update the docs. All references to Flask-Script are now removed.
loleg commentedon May 15, 2021
Thank you, great!