Skip to content

Commit b2a9fef

Browse files
committed
add eth-account
1 parent f35da3c commit b2a9fef

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ aiohttp-retry = ">= 2.8.3"
2222
pydantic = ">=2"
2323
typing-extensions = ">=4.7.1"
2424
websockets = ">= 12.0.0"
25+
eth-account = ">=0.13.4"
2526

2627
[tool.poetry.dev-dependencies]
2728
pytest = ">=7.2.1"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"pydantic >= 2",
3232
"typing-extensions >= 4.7.1",
3333
"websockets >= 12.0.0"
34+
"eth-account >= 0.13.4"
3435
]
3536

3637
setup(

test-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ pytest-cov>=2.8.1
33
pytest-randomly>=3.12.0
44
mypy>=1.4.1
55
types-python-dateutil>=2.8.19
6+
eth-account>=0.13.4
7+

0 commit comments

Comments
 (0)