Remove dependency breaker requirements

This commit is contained in:
nolash 2021-04-14 09:28:50 +02:00
parent 1e325a7e71
commit 729ada00e2
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
cryptography==3.2.1 cryptography==3.2.1
pysha3==1.0.2 pysha3==1.0.2
#simple-rlp==0.1.2
rlp==2.0.1 rlp==2.0.1
eth-utils==1.10.0
json-rpc==1.13.0 json-rpc==1.13.0
confini~=0.3.6a3 confini~=0.3.6rc3
coincurve==15.0.0 coincurve==15.0.0
pycrypto==2.6.1
hexathon~=0.0.1a7 hexathon~=0.0.1a7

View File

@ -33,7 +33,7 @@ f.close()
setup( setup(
name="crypto-dev-signer", name="crypto-dev-signer",
version="0.4.14b1", version="0.4.14b2",
description="A signer and keystore daemon and library for cryptocurrency software development", description="A signer and keystore daemon and library for cryptocurrency software development",
author="Louis Holbrook", author="Louis Holbrook",
author_email="dev@holbrook.no", author_email="dev@holbrook.no",