Skip to content

Commit

Permalink
fix: Move to a modern EIP-712 structs module
Browse files Browse the repository at this point in the history
The API does not change, it is a drop-in replacement, and as a bonus:

- fixes #3
- fixes #43
- Python 3.11 & 3.12 support
  • Loading branch information
BoboTiG committed Jan 11, 2024
1 parent 75941bc commit 1f46895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eip712_structs == 1.1.0
eip712_structs_ng == 2.0.0
web3==6.0.0
eth-tester
black
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f46895

Please sign in to comment.