From 685067ad423cf69332eb481913e82211122b9867 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 8 Mar 2022 19:59:04 -0500 Subject: [PATCH] requirements --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index d793ce0..c09d2f2 100644 --- a/setup.py +++ b/setup.py @@ -31,10 +31,7 @@ setup( install_requires=[ 'aiohttp==3.6.2', 'certifi>=2018.11.29', - # 'colorama==0.3.7', - # 'distro==1.4.0', - 'base58==1.0.0', - 'cffi==1.13.2', + 'colorama==0.3.7', 'cryptography==2.5', 'protobuf==3.17.2', 'msgpack==0.6.1', @@ -46,7 +43,7 @@ setup( 'pbkdf2==1.3', 'attrs==18.2.0', 'elasticsearch==7.10.1', - 'hachoir', + 'hachoir==3.1.2', 'filetype==1.0.9', 'grpcio==1.38.0', 'lbry-rocksdb==0.8.2'