funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit 729ada00e2b15f0f0907b0a0f3e5e344b5236c8c
parent 1e325a7e7137ad2c558822f5448970eeb808f7ad
Author: nolash <dev@holbrook.no>
Date:   Wed, 14 Apr 2021 09:28:50 +0200

Remove dependency breaker requirements

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

diff --git a/requirements.txt b/requirements.txt @@ -1,10 +1,7 @@ cryptography==3.2.1 pysha3==1.0.2 -#simple-rlp==0.1.2 rlp==2.0.1 -eth-utils==1.10.0 json-rpc==1.13.0 -confini~=0.3.6a3 +confini~=0.3.6rc3 coincurve==15.0.0 -pycrypto==2.6.1 hexathon~=0.0.1a7 diff --git a/setup.py b/setup.py @@ -33,7 +33,7 @@ f.close() setup( name="crypto-dev-signer", - version="0.4.14b1", + version="0.4.14b2", description="A signer and keystore daemon and library for cryptocurrency software development", author="Louis Holbrook", author_email="dev@holbrook.no",