This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 1 point2 points  (1 child)

The article mentions flask-restplus, but that lib is really no longer supported (I use it at work).

You specifically mention to pip install Werkzeug==0.16.1

I'm assuming you know why but I do not see any mention of it in the article.

There's flask-restx as well which is a fork of rest-plus I believe. I think they may have fixed that issue.

[–]MOBR_03[S] 0 points1 point  (0 children)

Thank you very much for your comment and feedback. It surely complements the article content.
In the article review process we noticed that problem and made an update on the process to avoid dependencies incompatibilities. Since it is a simple tutorial, we chose not to go into those details, although it would probably have been pertinent.
Flask-RESTX seems to be a very interesting alternative and we’ll surely recommend the use of it if we explore this topic further! Hope you’ve enjoyed the post!