From 01165cf27ada0c246cc23a1e5aac07a6b6839bdc Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Wed, 8 Feb 2023 03:02:36 +0100 Subject: [PATCH] fix dep --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c56b9e471..077f117d8 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ # https://github.com/ethereum/web3.py/issues/2704#issuecomment-1369041219 # pip install git+https://github.com/ethereum/web3.py.git # 'web3>=5.31.3', # MIT license - 'web3[ipfs] @ git+https://github.com/ethereum/web3.py.git#v6.0.0-beta.9', + 'web3[ipfs] @ git+https://github.com/ethereum/web3.py.git#v6.0.0-beta.9#egg=web3', # the following is needed for EIP712 ("signed typed data"): 'rlp>=2.0.1', # MIT license @@ -138,7 +138,7 @@ 'py-ecc>=5.1.0', # MIT license (https://github.com/ethereum/py_ecc) # 'eth-abi>=2.1.1', # MIT license (https://github.com/ethereum/eth-abi) - 'eth-abi @ git+https://github.com/ethereum/eth-abi.git@v4.0.0-beta.2', + 'eth-abi @ git+https://github.com/ethereum/eth-abi.git@v4.0.0-beta.2#egg=eth-abi', # the following is needed (at least) for BIP32/39 mnemonic processing 'mnemonic>=0.19', # MIT license (https://github.com/trezor/python-mnemonic)