Skip to content

Commit e1cc990

Browse files
committed
fix dep
1 parent 4bbc1a6 commit e1cc990

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,14 @@
119119
cffi_modules.append('autobahn/nvx/_utf8validator.py:ffi')
120120

121121
extras_require_xbr = [
122-
# https://github.com/ethereum/pyrlp/issues/128
123-
# https://github.com/ethereum/pyrlp/pull/129
124-
'rlp @ git+https://github.com/crossbario/pyrlp@remove-log-noise', # MIT license
125-
126122
'cbor2>=5.1.0', # MIT license
127123
'zlmdb>=20.4.1', # MIT license
128124
'twisted>=20.3.0', # MIT license
129125
'autobahn>=18.11.2', # MIT license
130126
'web3>=4.8.1', # MIT license
131127

132128
# the following is needed for EIP712 ("signed typed data"):
129+
'rlp>=2.0.1', # MIT license
133130
'py-eth-sig-utils>=0.4.0', # MIT license (https://github.com/rmeissner/py-eth-sig-utils)
134131
'py-ecc>=1.7.1', # MIT license (https://github.com/ethereum/py_ecc)
135132
'eth-abi>=1.3.0', # MIT license (https://github.com/ethereum/eth-abi)

0 commit comments

Comments
 (0)