Currently the package pulls simplejson as a dependency.
This caused some unexpected trouble in raiden-network/raiden#4174 . It also seems that since python 2.6 simplejson is no longer a big performance gain: https://github.com/kennethreitz/requests/issues/3052#issuecomment-197021335
So my idea would be to remove the dependency. If you agree I can create a PR.
Currently the package pulls
simplejsonas a dependency.This caused some unexpected trouble in raiden-network/raiden#4174 . It also seems that since python 2.6
simplejsonis no longer a big performance gain: https://github.com/kennethreitz/requests/issues/3052#issuecomment-197021335So my idea would be to remove the dependency. If you agree I can create a PR.