funga

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

commit 4eb261719862dd9cbd3588116700849d88727a8a
parent 86c018033536c2608da78befd4cc69737908a573
Author: nolash <dev@holbrook.no>
Date:   Tue, 20 Oct 2020 06:29:37 +0200

Upgrade confini

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

diff --git a/requirements.txt b/requirements.txt @@ -1,4 +1,5 @@ cffi==1.14.1 +confini==0.2.5 cryptography==3.0 cytoolz==0.10.1 eth-hash==0.2.0 diff --git a/setup.py b/setup.py @@ -26,7 +26,7 @@ setup( 'pysha3', 'rlp', 'json-rpc', - 'confini==0.2.3', + 'confini==0.2.5', ], long_description=long_description, long_description_content_type='text/markdown',