fix: add pycryptodome dependency for Antilopay RSA signing

This commit is contained in:
Fringg
2026-05-04 17:31:06 +03:00
parent 1ab1ff90bf
commit 3fce64858c
2 changed files with 33 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ dependencies = [
'rich>=14.0',
'aiohttp-socks>=0.10.1',
'httpx[socks]>=0.27.0',
'pycryptodome>=3.21.0',
]
[dependency-groups]