mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
remove jsonrpclib dependency
This commit is contained in:
parent
54257cbcca
commit
2e1829bc24
2 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@ ecdsa>=0.13
|
||||||
qrcode
|
qrcode
|
||||||
protobuf
|
protobuf
|
||||||
dnspython
|
dnspython
|
||||||
jsonrpclib-pelix
|
|
||||||
qdarkstyle<2.7
|
qdarkstyle<2.7
|
||||||
aiorpcx>=0.18,<0.19
|
aiorpcx>=0.18,<0.19
|
||||||
aiohttp>=3.3.0
|
aiohttp>=3.3.0
|
||||||
|
|
|
@ -61,7 +61,6 @@ def check_imports():
|
||||||
import certifi
|
import certifi
|
||||||
import qrcode
|
import qrcode
|
||||||
import google.protobuf
|
import google.protobuf
|
||||||
import jsonrpclib
|
|
||||||
import aiorpcx
|
import aiorpcx
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
sys.exit(f"Error: {str(e)}. Try 'sudo python3 -m pip install <module-name>'")
|
sys.exit(f"Error: {str(e)}. Try 'sudo python3 -m pip install <module-name>'")
|
||||||
|
@ -70,7 +69,6 @@ def check_imports():
|
||||||
from google.protobuf import message
|
from google.protobuf import message
|
||||||
from google.protobuf import reflection
|
from google.protobuf import reflection
|
||||||
from google.protobuf import descriptor_pb2
|
from google.protobuf import descriptor_pb2
|
||||||
from jsonrpclib import SimpleJSONRPCServer
|
|
||||||
# make sure that certificates are here
|
# make sure that certificates are here
|
||||||
assert os.path.exists(certifi.where())
|
assert os.path.exists(certifi.where())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue