bump aiorpcx version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
qrcode
|
qrcode
|
||||||
protobuf>=3.20,<4
|
protobuf>=3.20,<4
|
||||||
qdarkstyle>=3.2
|
qdarkstyle>=3.2
|
||||||
aiorpcx>=0.22.0,<0.24
|
aiorpcx>=0.22.0,<0.25
|
||||||
aiohttp>=3.3.0,<4.0.0
|
aiohttp>=3.3.0,<4.0.0
|
||||||
aiohttp_socks>=0.8.4
|
aiohttp_socks>=0.8.4
|
||||||
certifi
|
certifi
|
||||||
|
|||||||
@@ -75,8 +75,8 @@ def check_imports():
|
|||||||
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>'")
|
||||||
if not ((0, 22, 0) <= aiorpcx._version < (0, 24)):
|
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.24')
|
raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.25')
|
||||||
# the following imports are for pyinstaller
|
# the following imports are for pyinstaller
|
||||||
from google.protobuf import descriptor
|
from google.protobuf import descriptor
|
||||||
from google.protobuf import message
|
from google.protobuf import message
|
||||||
|
|||||||
Reference in New Issue
Block a user