diff --git a/setup.py b/setup.py index 9c643b9..ecb3b70 100644 --- a/setup.py +++ b/setup.py @@ -54,16 +54,15 @@ include_package_data=True, install_requires=[ 'bumpversion>=0.5.3,<1', - 'eth-abi>=1.2.2,<1.3.0', 'eth-keys>=0.2.0b3,<1', 'eth-utils>=1.3.0,<2', 'ipfsapi>=0.4.3,<1', 'jsonschema>=2.6.0,<3', 'protobuf>=3.0.0,<4', - 'pytest-ethereum>=0.1.3a.5,<1', + 'pytest-ethereum>=0.1.3a.6,<1', 'py-solc>=3.2.0,<4', 'rlp>=1.0.1,<2', - 'web3[tester]>=4.7,<5', + 'web3[tester]>=5.0.0a2,<6.0.0', ], setup_requires=['setuptools-markdown'], python_requires='>=3.6, <4',