diff --git a/requirements.txt b/requirements.txt index 8dfc671..1307109 100644 --- 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 index 661d0e5..96366cf 100644 --- 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",