diff --git a/requirements.txt b/requirements.txt index 4e121e6..aba882a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -eip712_structs == 1.1.0 +eip712_structs_ng == 2.0.0 web3==6.0.0 eth-tester black \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 33770a6..27dbc8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ license = MIT [options] packages = find: install_requires = - eip712_structs == 1.1.0 + eip712_structs_ng == 2.0.0 web3==6.0.0 python_requires = >=3.10