Compare commits
3 Commits
lum/store_
...
v0.0.8
| Author | SHA1 | Date | |
|---|---|---|---|
| 17ae29887f | |||
| fbb5168b40 | |||
| c269318528 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@ __pycache__
|
||||
build/
|
||||
*.pyc
|
||||
.venv
|
||||
.clicada
|
||||
.clicada
|
||||
dist/
|
||||
@@ -1,3 +1,5 @@
|
||||
- 0.0.7
|
||||
* fix: make store_path relative to the users home
|
||||
- 0.0.6
|
||||
* Add cache encryption, with AES-CTR-128
|
||||
- 0.0.5
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
usumbufu~=0.3.5
|
||||
confini~=0.5.3
|
||||
cic-eth-registry~=0.6.1
|
||||
cic-types~=0.2.1a8
|
||||
usumbufu~=0.3.8
|
||||
confini~=0.6.0
|
||||
cic-eth-registry~=0.6.9
|
||||
cic-types~=0.2.2
|
||||
phonenumbers==8.12.12
|
||||
eth-erc20~=0.1.2
|
||||
eth-erc20~=0.3.0
|
||||
hexathon~=0.1.0
|
||||
pycryptodome~=3.10.1
|
||||
chainlib-eth~=0.0.21
|
||||
chainlib~=0.0.17
|
||||
chainlib-eth~=0.1.0
|
||||
chainlib~=0.1.0
|
||||
|
||||
Reference in New Issue
Block a user