Skip to content

Commit d9ae2c6

Browse files
committed
Upgrade eth-account requirement
1 parent b912d07 commit d9ae2c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
install_requires=[
7878
"aiohttp>=3.7.4.post0,<4",
7979
"eth-abi>=2.0.0b6,<3.0.0",
80-
'eth-account@git+ssh://[email protected]/kclowes/[email protected]#egg=eth-account',
81-
# "eth-account>=0.6.0,<0.7.0",
80+
"eth-account>=0.5.7,<0.6.0",
8281
"eth-hash[pycryptodome]>=0.2.0,<1.0.0",
8382
"eth-typing>=2.0.0,<3.0.0",
8483
"eth-utils>=1.9.5,<2.0.0",

0 commit comments

Comments
 (0)