diff --git a/setup.py b/setup.py index 3a7b8ea..8100d63 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( url='https://github.com/pipermerriam/web3.py', include_package_data=True, install_requires=[ - "ethereum-abi-utils>=0.3.0", + "ethereum-abi-utils>=0.3.1", "pylru>=1.0.9", "pysha3>=0.3", "requests>=2.12.4",