CntoDev / rooster

Community Roster and related automation services for managing members
0 stars 0 forks source link

Abandon `flask-restful` for standard `flask` library #24

Closed enrico-ghidoni closed 3 years ago

enrico-ghidoni commented 3 years ago

The current (basic) implementation of the member service is based on flask restful library, which the author does not recommend using anymore. Since Flask 2.0 is about to be released and there are no plans to update flask-restful, and since the features of the package are already present in Flask itself (https://github.com/flask-restful/flask-restful/issues/883) a refactoring is due in order to drop the dependency on flask-restful.

enrico-ghidoni commented 3 years ago

Python's been dropped.