chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit 54eb2b8a25083c3695b0b4c52ccd92e69e0cdb78
parent 33693a2d2a4bffad18f762c562c955d3104e5ff2
Author: lash <dev@holbrook.no>
Date:   Tue,  2 Apr 2024 11:12:57 +0100

Remove breaking pysha3 dependency

Diffstat:
Mrequirements.txt | 2+-
Msetup.cfg | 4++--
Mtest_requirements.txt | 6+++---
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,4 +1,4 @@ -funga-eth~=0.7.2 +funga-eth~=0.7.5 safe-pysha3==1.0.4 hexathon~=0.1.7 websocket-client==0.57.0 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.5.2 +version = 0.5.3 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no @@ -26,7 +26,7 @@ licence_files = [options] include_package_data = True -python_requires = >=3.8,<3.11 +python_requires = >=3.8 packages = chainlib.eth chainlib.eth.dialect diff --git a/test_requirements.txt b/test_requirements.txt @@ -1,4 +1,4 @@ -eth_tester==0.5.0b3 -py-evm==0.3.0a20 -rlp==2.0.1 +eth_tester==0.10.0b4 +py-evm==0.10.0b4 +rlp==3.0.0 coverage==5.5