fix: add eth-account dependency for blockchain testing
All checks were successful
security-scanning / audit (push) Successful in 14s

- Add eth-account>=0.13.0 to pyproject.toml dependencies
- Add eth-account>=0.13.0 to central requirements.txt
- Fixes CI test failure: ModuleNotFoundError: No module named 'eth_account'
- Ensures blockchain contract tests can import eth_account properly
- Required for Guardian Contract and other blockchain functionality
This commit is contained in:
aitbc1
2026-03-29 11:59:58 +02:00
parent 3352d63f36
commit 39e4282525
2 changed files with 5 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ cryptography>=46.0.0
ecdsa>=0.19.0
base58>=2.1.1
web3>=6.11.0
eth-account>=0.13.0
# Data Processing
pandas>=2.2.0