Update deps

This commit is contained in:
nolash 2021-05-06 10:30:00 +02:00
parent 51c9c94261
commit 2f57da0e8e
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ dist/
__pycache__ __pycache__
*.pyc *.pyc
gmon.out gmon.out
solidity/*.json
solidity/*.bin

View File

@ -1,2 +1,3 @@
chainlib~=0.0.2b1 chainlib~=0.0.3a1
eth-erc20~=0.0.9a1
crypto-dev-signer~=0.4.14b3 crypto-dev-signer~=0.4.14b3

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = sarafu-token name = sarafu-token
version = 0.0.1a7 version = 0.0.1a8
description = ERC20 token with redistributed continual demurrage description = ERC20 token with redistributed continual demurrage
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no

View File

@ -1,4 +1,3 @@
web3==5.12.2 web3==5.12.2
eth_tester==0.5.0b3 eth_tester==0.5.0b3
py-evm==0.3.0a20 py-evm==0.3.0a20
giftable-erc20-token==0.0.8a10