File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 130
130
# https://github.com/ethereum/web3.py/issues/2704#issuecomment-1369041219
131
131
# pip install git+https://github.com/ethereum/web3.py.git
132
132
# '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 ' ,
134
134
135
135
# the following is needed for EIP712 ("signed typed data"):
136
136
'rlp>=2.0.1' , # MIT license
137
137
'py-eth-sig-utils>=0.4.0' , # MIT license (https://github.com/rmeissner/py-eth-sig-utils)
138
138
'py-ecc>=5.1.0' , # MIT license (https://github.com/ethereum/py_ecc)
139
139
140
140
# '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 ' ,
142
142
143
143
# the following is needed (at least) for BIP32/39 mnemonic processing
144
144
'mnemonic>=0.19' , # MIT license (https://github.com/trezor/python-mnemonic)
You can’t perform that action at this time.
0 commit comments