eth-erc721

ERC-721 'NFT' token interface with example developer badge token contract
Log | Files | Refs | LICENSE

commit bbbe85c84ed88f58bcb4ba7fb5d25a7c58753c8e
parent efe6dbb9181e8891fa3aa186916fa8242ecd0981
Author: lash <dev@holbrook.no>
Date:   Tue,  2 Apr 2024 13:19:09 +0100

Fix pysha break

Diffstat:
Mpython/requirements.txt | 6+++---
Mpython/setup.cfg | 2+-
Mpython/test_requirements.txt | 4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,4 +1,4 @@ -chainlib-eth~=0.5.0 +chainlib-eth~=0.6.0 chainlib~=0.5.0 -eth-erc20~=0.8.0 -eth-owned~=0.2.0 +eth-erc20~=0.9.0 +eth-owned~=0.3.0 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc721 -version = 0.3.0 +version = 0.4.0 description = ERC721 interface and simple contract with deployment script providing arbitrary minting of NFTs with freely settable tokenids author = Louis Holbrook author_email = dev@holbrook.no diff --git a/python/test_requirements.txt b/python/test_requirements.txt @@ -1,2 +1,2 @@ -eth_tester==0.5.0b3 -py-evm==0.3.0a20 +eth_tester==0.10.0b4 +py-evm==0.10.0b4