1
0

Merge pull request #8584 from SomberNight/202308_fix8582

invoices: also run amount-validator on setter
This commit is contained in:
ghost43
2023-08-30 16:27:00 +00:00
committed by GitHub
8 changed files with 89 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ aiohttp>=3.3.0,<4.0.0
aiohttp_socks>=0.3
certifi
bitstring
attrs>=19.2.0
attrs>=20.1.0
# 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!