diff --git a/setup.py b/setup.py index 1c4a1541cd..cb614dfdcb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ 'eth': [ "cached-property>=1.5.1,<2", "eth-bloom>=1.0.3,<2.0.0", - 'eth-keys@git+ssh://git@github.com/ethereum/eth-keys@master#egg=eth-keys', + "eth-keys>=0.4.0,<0.5.0", "eth-typing>=3.0.0,<4.0.0", "eth-utils>=2.0.0,<3.0.0", "lru-dict>=1.1.6",