chainqueue

Blockchain transaction queue control
Log | Files | Refs | LICENSE

commit e646edeccaebd0c307ef61e6db316b5a0249a364
parent 95930ef7de1b9cbfc145931788e8e647f1c94a66
Author: lash <dev@holbrook.no>
Date:   Tue, 26 Apr 2022 09:21:30 +0000

Upgrade shep

Diffstat:
Mrequirements.txt | 2+-
Msetup.cfg | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -6,4 +6,4 @@ SQLAlchemy==1.3.20 confini~=0.6.0 pyxdg~=0.27 chainlib>=0.1.0b1,<=0.1.0 -shep>=0.1.1rc1,<=0.2.0 +shep>=0.1.1rc1,<=0.3.0 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainqueue -version = 0.1.0 +version = 0.1.1 description = Generic blockchain transaction queue control author = Louis Holbrook author_email = dev@holbrook.no