chainqueue

Blockchain transaction queue control
Log | Files | Refs | LICENSE

commit ff74679de88a9e6691529eb01388128f8f5aefac
parent 94bd5c8cdf5302e365314ab0b39c658691935296
Author: lash <dev@holbrook.no>
Date:   Thu, 28 Apr 2022 15:37:06 +0000

Remove unneeded deps

Diffstat:
Mrequirements.txt | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,9 +1,9 @@ -pysha3==1.0.2 +#pysha3==1.0.2 hexathon~=0.1.5 leveldir~=0.3.0 -alembic==1.4.2 -SQLAlchemy==1.3.20 +#alembic==1.4.2 +#SQLAlchemy==1.3.20 confini~=0.6.0 -pyxdg~=0.27 -chainlib>=0.1.0b1,<=0.1.0 -shep>=0.1.1rc1,<=0.3.0 +#pyxdg~=0.27 +chainlib~=0.1.1 +shep~=0.2.3