1
0

requirements: add upper bounds for electrum_ecc and electrum_aionostr

This commit is contained in:
SomberNight
2025-05-08 13:33:16 +00:00
parent db271d9b7d
commit c75b10fe69

View File

@@ -7,8 +7,8 @@ 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,<0.1
electrum_aionostr>=0.0.8 electrum_aionostr>=0.0.8,<0.1
# 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!