explodinglabs / jsonrpcclient

Generate JSON-RPC requests and parse responses in Python

Home Page:https://www.jsonrpcclient.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use importlib.resources instead of "open" in setup.py

bcb opened this issue · comments

commented

Can't be done in setup.py -- tries to import the jsonrpcclient package which pulls in third party modules which haven't been installed yet.