From 0b97f4d57cc988976a7909d75df8e4c7c9228ee0 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Sat, 21 Dec 2019 08:59:07 +0100 Subject: [PATCH] remove eth_utils per PR request --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0a9f8a0..356487a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,6 @@ extras_require = { "ipython", "setuptools>=36.2.0", "tox>=3.13.2,<4.0.0", - "eth_utils", ], }