schuderer/mllaunchpad

Replace `flask-restful` dependency

schuderer opened this issue · 0 comments

It appears flask-restful is not being maintained any more: flask-restful/flask-restful#883

This is also related to our recent trouble with flask 2.

Nonwithstanding the author's good suggestions above, it seems that the easiest route for now would be to use flask-restx, which is a branch of flask-restful

The author gives good arguments for choosing other tools, however (mainly that it's a hard-to-maintain code base with known issues). Decision pending.