Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Feb 8, 2023
1 parent 971184b commit 01165cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -130,15 +130,15 @@
# 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',
'web3[ipfs] @ git+https://github.com/ethereum/web3.py.git#v6.0.0-beta.9#egg=web3',

# 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',
'eth-abi @ git+https://github.com/ethereum/eth-abi.git@v4.0.0-beta.2#egg=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 01165cf

Please sign in to comment.