Compare commits
1 Commits
lash/readm
...
v0.4.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 99a046c159 |
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
*.egg-info
|
||||
build
|
||||
*.pyc
|
||||
__pycache__
|
||||
venv
|
||||
.idea
|
||||
.venv
|
||||
dist
|
||||
@@ -1,9 +1,9 @@
|
||||
confini~=0.6.0
|
||||
funga-eth~=0.6.0
|
||||
chainlib-eth>=0.1.0b1,<0.2.0
|
||||
eth_erc20~=0.3.0
|
||||
eth-address-index~=0.5.0
|
||||
eth-accounts-index~=0.2.0
|
||||
confini~=0.6.1
|
||||
funga-eth~=0.6.1
|
||||
chainlib-eth>=0.3.0,<0.4.0
|
||||
eth_erc20~=0.4.0
|
||||
eth-address-index~=0.5.1
|
||||
eth-accounts-index~=0.2.1
|
||||
#eth-token-index~=0.3.0
|
||||
eth-contract-registry~=0.8.0
|
||||
cic-contracts~=0.1.0
|
||||
eth-contract-registry~=0.8.2
|
||||
cic-contracts~=0.2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = okota
|
||||
version = 0.4.0
|
||||
version = 0.4.1
|
||||
description = Registries for CIC using the eth-address-index backend
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
|
||||
Reference in New Issue
Block a user