From 43754bb8ed7d366777049d15b81e34f560b3753e Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 25 Aug 2021 12:54:51 +0200 Subject: [PATCH] Upgrade chainlib, signer --- requirements.txt | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d8967d..d22da9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -chainlib>=0.0.6a1,<=0.0.6 +chainlib>=0.0.9a2,<=0.1.0 chainqueue>=0.0.3a2,<=0.0.3 -chainsyncer>=0.0.5a1,<=0.0.5 +chainsyncer>=0.0.6a1,<=0.0.6 confini>=0.4.1a1,<0.5.0 -crypto-dev-signer>=0.4.14rc1,<0.5.0 +crypto-dev-signer>=0.4.15a1,<0.5.0 pyxdg~=0.26 diff --git a/setup.cfg b/setup.cfg index 812a32a..4282763 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chaind -version = 0.0.1a6 +version = 0.0.1a8 description = Base package for chain queue services author = Louis Holbrook author_email = dev@holbrook.no