1
0

bump min version of electrum_aionostr and its dependencies

This commit is contained in:
ThomasV
2025-03-19 16:21:09 +01:00
parent 1e4728bdf1
commit 0266832650

View File

@@ -2,13 +2,13 @@ qrcode
protobuf>=3.20 protobuf>=3.20
qdarkstyle>=3.2 qdarkstyle>=3.2
aiorpcx>=0.22.0,<0.25 aiorpcx>=0.22.0,<0.25
aiohttp>=3.3.0,<4.0.0 aiohttp>=3.11.0,<4.0.0
aiohttp_socks>=0.8.4 aiohttp_socks>=0.9.2
certifi certifi
attrs>=20.1.0 attrs>=20.1.0
jsonpatch jsonpatch
electrum_ecc>=0.0.4 electrum_ecc>=0.0.4
electrum_aionostr>=0.0.7 electrum_aionostr>=0.0.8
# Note that we also need the dnspython[DNSSEC] extra which pulls in cryptography, # Note that we also need the dnspython[DNSSEC] extra which pulls in cryptography,
# but as that is not pure-python it cannot be listed in this file! # but as that is not pure-python it cannot be listed in this file!