From ce0f29d98296664a0675a59df8442380c154768a Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 5 May 2022 17:03:19 +0000 Subject: [PATCH] Upgrade shep, omit sync on persist set --- requirements.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e0f36d4..c8e5ba6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ #pysha3==1.0.2 -hexathon~=0.1.5 +hexathon~=0.1.6 leveldir~=0.3.0 #alembic==1.4.2 #SQLAlchemy==1.3.20 confini~=0.6.0 #pyxdg~=0.27 chainlib~=0.1.1 -shep~=0.2.7 +shep~=0.2.8 diff --git a/setup.cfg b/setup.cfg index ecc0206..f2c7b81 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainqueue -version = 0.1.14 +version = 0.1.15 description = Generic blockchain transaction queue control author = Louis Holbrook author_email = dev@holbrook.no