Skip to content

Commit a51c2f5

Browse files
Skully17David Ellis
andauthored
Updated web3 and eth-abi to not use beta versions (crossbario#1616)
Co-authored-by: David Ellis <[email protected]>
1 parent 01165cf commit a51c2f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,14 @@
129129
# ImportError: cannot import name 'getargspec' from 'inspect'
130130
# https://github.com/ethereum/web3.py/issues/2704#issuecomment-1369041219
131131
# 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
134133

135134
# the following is needed for EIP712 ("signed typed data"):
136135
'rlp>=2.0.1', # MIT license
137136
'py-eth-sig-utils>=0.4.0', # MIT license (https://github.com/rmeissner/py-eth-sig-utils)
138137
'py-ecc>=5.1.0', # MIT license (https://github.com/ethereum/py_ecc)
139138

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)
142140

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

0 commit comments

Comments
 (0)