From e435564fce93f768db8c23b914d75410f9ed4b2b Mon Sep 17 00:00:00 2001 From: Nick Gheorghita Date: Fri, 10 May 2019 16:32:38 +0200 Subject: [PATCH] add eth-hash dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ef05a04..2705cb5 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ url='https://github.com/ethereum/ethpm-cli', include_package_data=True, install_requires=[ + "eth-hash[pysha3]>=0.2.0,<1", "eth-utils>=1,<2", "ethpm>=0.1.4-a15,<2", ],