From 308fcd727fff4697d8fe8ce092eeae38defc4255 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 14 Jul 2021 12:52:55 +0200 Subject: [PATCH] Upgrade deps --- python/MANIFEST.in | 2 +- python/requirements.txt | 6 +++--- python/setup.cfg | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index ebc3162..5ea434e 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1 +1 @@ -include **/data/*.json **/data/*.bin +include *requirements.txt **/data/*.json **/data/*.bin diff --git a/python/requirements.txt b/python/requirements.txt index 9a9dda5..b52e3af 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -confini~=0.3.6rc3 -chainlib-eth~=0.0.5a1 -crypto-dev-signer~=0.4.14b6 +confini>=0.3.6rc3,<0.5.0 +chainlib-eth~=0.0.5a2 +crypto-dev-signer~=0.4.14b7 diff --git a/python/setup.cfg b/python/setup.cfg index 72c93e8..8dc1598 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.0.12a1 +version = 0.0.12a2 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no