WDscholia / scholia

Wikidata-based scholarly profiles
https://scholia.toolforge.org
Other
220 stars 78 forks source link

Fix #2444 Remove simplejson package #2497

Closed fnielsen closed 4 months ago

fnielsen commented 4 months ago

The requirement of the simplejson package is removed The exception class now uses the one from the requests package.

Fixes #2444

Description

Remove dependency on the simplejson package

Caveats

Please list anything which has been left out of this PR or which should be considered before this PR is accepted Check any of the following which apply:

If you make changes to the Python code

Testing

Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. Please also list any relevant details for your test configuration.

Checklist