File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 119
119
cffi_modules .append ('autobahn/nvx/_utf8validator.py:ffi' )
120
120
121
121
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
-
126
122
'cbor2>=5.1.0' , # MIT license
127
123
'zlmdb>=20.4.1' , # MIT license
128
124
'twisted>=20.3.0' , # MIT license
129
125
'autobahn>=18.11.2' , # MIT license
130
126
'web3>=4.8.1' , # MIT license
131
127
132
128
# the following is needed for EIP712 ("signed typed data"):
129
+ 'rlp>=2.0.1' , # MIT license
133
130
'py-eth-sig-utils>=0.4.0' , # MIT license (https://github.com/rmeissner/py-eth-sig-utils)
134
131
'py-ecc>=1.7.1' , # MIT license (https://github.com/ethereum/py_ecc)
135
132
'eth-abi>=1.3.0' , # MIT license (https://github.com/ethereum/eth-abi)
You can’t perform that action at this time.
0 commit comments