Skip to content

Commit 01165cf

Browse files
committed
fix dep
1 parent 971184b commit 01165cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@
130130
# https://github.com/ethereum/web3.py/issues/2704#issuecomment-1369041219
131131
# pip install git+https://github.com/ethereum/web3.py.git
132132
# 'web3>=5.31.3', # MIT license
133-
'web3[ipfs] @ git+https://github.com/ethereum/web3.py.git#v6.0.0-beta.9',
133+
'web3[ipfs] @ git+https://github.com/ethereum/web3.py.git#v6.0.0-beta.9#egg=web3',
134134

135135
# the following is needed for EIP712 ("signed typed data"):
136136
'rlp>=2.0.1', # MIT license
137137
'py-eth-sig-utils>=0.4.0', # MIT license (https://github.com/rmeissner/py-eth-sig-utils)
138138
'py-ecc>=5.1.0', # MIT license (https://github.com/ethereum/py_ecc)
139139

140140
# 'eth-abi>=2.1.1', # MIT license (https://github.com/ethereum/eth-abi)
141-
'eth-abi @ git+https://github.com/ethereum/[email protected]',
141+
'eth-abi @ git+https://github.com/ethereum/[email protected]#egg=eth-abi',
142142

143143
# the following is needed (at least) for BIP32/39 mnemonic processing
144144
'mnemonic>=0.19', # MIT license (https://github.com/trezor/python-mnemonic)

0 commit comments

Comments
 (0)