explodinglabs / jsonrpcserver

Process incoming JSON-RPC requests in Python
MIT License
186 stars 40 forks source link

Use importlib.resources instead of pkg_resources #235

Closed S4mw1s3 closed 2 years ago

S4mw1s3 commented 2 years ago

This also removes the runtime dependency to setuptools.

bcb commented 2 years ago

Thanks, i will merge this after fixing the CI issue, which I think is unrelated to your PR.

bcb commented 2 years ago

Merged thanks @S4mw1s3