Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Dec 13, 2020
1 parent 4bbc1a6 commit e1cc990
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,14 @@
cffi_modules.append('autobahn/nvx/_utf8validator.py:ffi')

extras_require_xbr = [
# https://github.com/ethereum/pyrlp/issues/128
# https://github.com/ethereum/pyrlp/pull/129
'rlp @ git+https://github.com/crossbario/pyrlp@remove-log-noise', # MIT license

'cbor2>=5.1.0', # MIT license
'zlmdb>=20.4.1', # MIT license
'twisted>=20.3.0', # MIT license
'autobahn>=18.11.2', # MIT license
'web3>=4.8.1', # 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>=1.7.1', # MIT license (https://github.com/ethereum/py_ecc)
'eth-abi>=1.3.0', # MIT license (https://github.com/ethereum/eth-abi)
Expand Down

0 comments on commit e1cc990

Please sign in to comment.