From 23bd953568682ab4ef7bc833c3c4301a6abdadb9 Mon Sep 17 00:00:00 2001 From: Stefan Mendoza Date: Tue, 16 Oct 2018 16:55:18 -0500 Subject: [PATCH] Restrict eth-abi to >=1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b43c5605..bf2681c1 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ url='https://github.com/ethereum/eth-tester', include_package_data=True, install_requires=[ - "eth-abi>=1.0.0,<2", + "eth-abi>=1.2.1,<2", "eth-keys>=0.2.0-beta.3,<0.3.0", "eth-utils>=1.1.1,<2.0.0", "rlp>=0.6.0,<2.0.0",