Frj monkey patching
- Pump all dependencies to latest release
- Keep using flask-rest-jsonapi lib and just modify the ResourceList to render the response to csv
- Adopt Modifications form Custom content negotiation #171 ( miLibris / flask-rest-jsonapi ) to the flask-rest-jsonapi lib which allows a client to use the same urls but with more representation options in this case just render to CSV.
- A client need only to change The type in request header to "text/csv" and may use the filter options.
- All dependence packages are upgraded