From 8ad98c5dbc7e35a4df1ab1c87d1dace86999a86e Mon Sep 17 00:00:00 2001 From: 4tochka Date: Wed, 8 May 2019 02:33:50 +0400 Subject: [PATCH] connector --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be07d57..79708a3 100644 --- a/setup.py +++ b/setup.py @@ -140,7 +140,7 @@ setup(name='pybtc', package_data={ 'pybtc': ['bip39_word_list/*.txt', 'test/*.txt'], }, - install_requires=['lru-dict', 'pylru'], + install_requires=['lru-dict'], cmdclass={ 'build_clib': build_clib, 'build_ext': build_ext,