Update deps
This commit is contained in:
parent
51c9c94261
commit
2f57da0e8e
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ dist/
|
|||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
gmon.out
|
gmon.out
|
||||||
|
solidity/*.json
|
||||||
|
solidity/*.bin
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
|
||||||
|
Reference in New Issue
Block a user