SDFIdk / WEBPROJ

REST API exposing coordinate transformations with PROJ
MIT License
8 stars 6 forks source link

Switch from flask-restplus to flask-restx #22

Closed kbevers closed 4 years ago

kbevers commented 4 years ago

As explained in https://github.com/noirbizarre/flask-restplus/issues/770, flask-restplus has been abandoned. A fork, flask-restx, has been made which should be a plug'n'play replacement for flask-restplus.

Flask-restx is not available through conda(-forge) yet, so installation will have to rely on pip for now. I expect that to be temporary situation.