We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35da3c commit b2a9fefCopy full SHA for b2a9fef
3 files changed
pyproject.toml
@@ -22,6 +22,7 @@ aiohttp-retry = ">= 2.8.3"
22
pydantic = ">=2"
23
typing-extensions = ">=4.7.1"
24
websockets = ">= 12.0.0"
25
+eth-account = ">=0.13.4"
26
27
[tool.poetry.dev-dependencies]
28
pytest = ">=7.2.1"
setup.py
@@ -31,6 +31,7 @@
31
"pydantic >= 2",
32
"typing-extensions >= 4.7.1",
33
"websockets >= 12.0.0"
34
+ "eth-account >= 0.13.4"
35
]
36
37
setup(
test-requirements.txt
@@ -3,3 +3,5 @@ pytest-cov>=2.8.1
3
pytest-randomly>=3.12.0
4
mypy>=1.4.1
5
types-python-dateutil>=2.8.19
6
+eth-account>=0.13.4
7
+
0 commit comments