From d3537cf1ab18cf813c5bfd957e51ca6699e3e0a3 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 7 Jun 2018 12:27:07 -0600 Subject: [PATCH] Update eth-utils version requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55b3c90..4bfc7a7 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( url='https://github.com/ethereum/', include_package_data=True, install_requires=[ - "eth-utils>=0.7.4,<1.0.0", + "eth-utils>=1,<2", ], setup_requires=['setuptools-markdown'], python_requires='>=3.5, <4',