From 1bc01653683ff5d97f50304f83c6a3fd5ab898b2 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 21 Oct 2016 18:07:04 +0300 Subject: [PATCH] setup: update trezorlib dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c952ba5..eb2840f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( 'Topic :: Utilities', ], extras_require={ - 'trezorlib': ['python-trezor>=0.7.4'], + 'trezorlib': ['python-trezor>=0.7.6'], 'keepkeylib': ['keepkey>=0.7.3'], }, entry_points={'console_scripts': [