requirements: bump max aiorpcx
and bump pinned aiorpcx and electrum-aionostr
This commit is contained in:
@@ -4,8 +4,8 @@ aiohttp==3.11.14 \
|
||||
--hash=sha256:d6edc538c7480fa0a3b2bdd705f8010062d74700198da55d16498e1b49549b9c
|
||||
aiohttp-socks==0.10.1 \
|
||||
--hash=sha256:49f2e1f8051f2885719beb1b77e312b5a27c3e4b60f0b045a388f194d995e068
|
||||
aiorpcX==0.24.0 \
|
||||
--hash=sha256:2302d827796d52aa87a457e204a59c6e5bb307792cd31379a9c85f6494a4a59a
|
||||
aiorpcX==0.25.0 \
|
||||
--hash=sha256:940fa250ea5e9fd372d4c6acdc20dcb603bd1960ca324759d29864a4aaf64570
|
||||
aiosignal==1.3.2 \
|
||||
--hash=sha256:a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54
|
||||
async-timeout==5.0.1 \
|
||||
@@ -16,8 +16,8 @@ certifi==2024.2.2 \
|
||||
--hash=sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f
|
||||
dnspython==2.2.1 \
|
||||
--hash=sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e
|
||||
electrum-aionostr==0.0.9 \
|
||||
--hash=sha256:6f645cf53cf7ade8cc7a44d5b6a578e1e2290b7efb7ad6c1154591e982fe4a72
|
||||
electrum-aionostr==0.0.10 \
|
||||
--hash=sha256:494dd0c260f2957cd6f011a1224e2d0fd021bd94c1e44badfe01d3a3d42fb3af
|
||||
electrum-ecc==0.0.4 \
|
||||
--hash=sha256:70a78be3eea4cba41d968a0c880b14ce5bc85e189f897d652bd6fdfa7ea5cd7d
|
||||
frozenlist==1.5.0 \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
qrcode
|
||||
protobuf>=3.20
|
||||
qdarkstyle>=3.2
|
||||
aiorpcx>=0.22.0,<0.25
|
||||
aiorpcx>=0.22.0,<0.26
|
||||
aiohttp>=3.11.0,<4.0.0
|
||||
aiohttp_socks>=0.9.2
|
||||
certifi
|
||||
|
||||
@@ -75,8 +75,8 @@ def check_imports():
|
||||
import aiorpcx
|
||||
except ImportError as e:
|
||||
sys.exit(f"Error: {str(e)}. Try 'sudo python3 -m pip install <module-name>'")
|
||||
if not ((0, 22, 0) <= aiorpcx._version < (0, 25)):
|
||||
raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.25')
|
||||
if not ((0, 22, 0) <= aiorpcx._version < (0, 26)):
|
||||
raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.26')
|
||||
# the following imports are for pyinstaller
|
||||
from google.protobuf import descriptor
|
||||
from google.protobuf import message
|
||||
|
||||
Reference in New Issue
Block a user