From e1cc9909848e705414c0c6aff33409eb66d76c84 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Sun, 13 Dec 2020 21:08:43 +0100 Subject: [PATCH] fix dep --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 7158447ca..c9a477c29 100644 --- a/setup.py +++ b/setup.py @@ -119,10 +119,6 @@ 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 @@ -130,6 +126,7 @@ '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)