Skip to content

Commit

Permalink
Updated web3 and eth-abi to not use beta versions (#1616)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ellis <david.ellis@atamate.com>
  • Loading branch information
Skully17 and David Ellis committed Mar 31, 2023
1 parent 01165cf commit a51c2f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Expand Up @@ -129,16 +129,14 @@
# ImportError: cannot import name 'getargspec' from 'inspect'
# 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#egg=web3',
'web3[ipfs]>=6.0.0', # MIT license

# the following is needed for EIP712 ("signed typed data"):
'rlp>=2.0.1', # MIT license
'py-eth-sig-utils>=0.4.0', # MIT license (https://github.com/rmeissner/py-eth-sig-utils)
'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#egg=eth-abi',
'eth-abi>=4.0.0', # MIT license (https://github.com/ethereum/eth-abi)

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

0 comments on commit a51c2f5

Please sign in to comment.