From a30cab1156f2a580d642cf7d527daf5a5971d91b Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 10 Dec 2018 16:08:59 +0100 Subject: [PATCH] Trezor: bump version requirement to 0.10.1 because 0.9 doesn't work anyway due to the hidapi extra, and there's no point of supporting 0.10.0 that doesn't have state handling --- agents/trezor/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/trezor/setup.py b/agents/trezor/setup.py index 44d1d2e..03cb07c 100644 --- a/agents/trezor/setup.py +++ b/agents/trezor/setup.py @@ -11,7 +11,7 @@ setup( scripts=['trezor_agent.py'], install_requires=[ 'libagent>=0.11.2', - 'trezor[hidapi]>=0.9.0' + 'trezor[hidapi]>=0.10.1' ], platforms=['POSIX'], classifiers=[