eth-erc721

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

commit 6977c61531dee2b7f28a48c1034aa30acc18ed7e
parent af1e051c6691c07db854228e309dccd55c0e6ea2
Author: nolash <dev@holbrook.no>
Date:   Sat,  8 May 2021 08:43:29 +0200

Bump dependencies

Diffstat:
Mpython/requirements.txt | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,2 +1,3 @@ -chainlib~=0.0.3a2 -eth_erc20~=0.0.9a2 +chainlib~=0.0.3a3 +eth-erc20~=0.0.9a2 +eth-owned~=0.0.1a5