inveniosoftware / invenio-accounts-rest

Invenio modules that adds accounts REST API.
https://invenio-accounts-rest.readthedocs.io
GNU General Public License v2.0
0 stars 13 forks source link

dependencies: jsonpatch not included in install requirements #34

Open ppanero opened 5 years ago

ppanero commented 5 years ago

The library jsonpatch is only included in the tests, not in the installation requirements. In some cases, it will be installed by other modules that has it as a dependency. However, as is my case of a "UI" only app (No records backend, since I connect to the API via the react-searchkit) it fails due to this missing dependency.