FredHutch / motuz

Motuz - A web based infrastructure for large scale data movements between on-premise and cloud
MIT License
102 stars 12 forks source link

Flask-Restplus is replaced by flask-restx #282

Open dirkpetersen opened 4 years ago

dirkpetersen commented 4 years ago

Apparently the maintainers had not access to the restplus pypy project so they needed to fork

https://github.com/noirbizarre/flask-restplus/issues/770

and rename the project

https://github.com/python-restx/flask-restx

.... I assume it will be api compatible and we just need to change the import statements

aicioara commented 4 years ago

I don't think there is any need to migrate until we require new features from flask-restplus, which should not be the case. Dead projects are great because they tend to be stable. Also, I would wait for the maintaining team of flask-restx to mature first, it's risky to jump on an arbitrary fork.