File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 129
129
# ImportError: cannot import name 'getargspec' from 'inspect'
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
- # 'web3>=5.31.3', # MIT license
133
- 'web3[ipfs] @ git+https://github.com/ethereum/web3.py.git#v6.0.0-beta.9#egg=web3' ,
132
+ 'web3[ipfs]>=6.0.0' , # MIT license
134
133
135
134
# the following is needed for EIP712 ("signed typed data"):
136
135
'rlp>=2.0.1' , # MIT license
137
136
'py-eth-sig-utils>=0.4.0' , # MIT license (https://github.com/rmeissner/py-eth-sig-utils)
138
137
'py-ecc>=5.1.0' , # MIT license (https://github.com/ethereum/py_ecc)
139
138
140
- # 'eth-abi>=2.1.1', # MIT license (https://github.com/ethereum/eth-abi)
141
- 'eth-abi @ git+https://github.com/ethereum/[email protected] #egg=eth-abi' ,
139
+ 'eth-abi>=4.0.0' , # MIT license (https://github.com/ethereum/eth-abi)
142
140
143
141
# the following is needed (at least) for BIP32/39 mnemonic processing
144
142
'mnemonic>=0.19' , # MIT license (https://github.com/trezor/python-mnemonic)
You can’t perform that action at this time.
0 commit comments