From 7c0178952976b2cc2e1b229d2eac6a91535fe6a6 Mon Sep 17 00:00:00 2001 From: "Jamie C. Driver" Date: Wed, 17 Aug 2022 13:21:51 +0100 Subject: [PATCH] Update setup.py for jade-agent --- agents/jade/setup.py | 8 ++------ libagent/device/jade.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/agents/jade/setup.py b/agents/jade/setup.py index 319b55e..c10e6e1 100644 --- a/agents/jade/setup.py +++ b/agents/jade/setup.py @@ -10,14 +10,10 @@ setup( url='http://github.com/romanz/trezor-agent', scripts=['jade_agent.py'], install_requires=[ - # FIXME: will need libagent version that includes jade support - 0.14.5 ?? - # FIXME: will need to put the tag version just as we are about to apply it ? - 'libagent>=0.14.4', + 'libagent>=0.14.5', # Jade py api from github source, v0.1.33 - 'jadepy @ git+https://github.com/Blockstream/Jade.git@0.1.33#egg=jadepy[requests]' + 'jadepy[requests] @ git+https://github.com/Blockstream/Jade.git@0.1.33' ], - # Not sure why this doesn't work ... - # dependency_links=['https://github.com/Blockstream/Jade/tarball/0.1.33#egg=jadepy[requests]'], platforms=['POSIX'], classifiers=[ 'Environment :: Console', diff --git a/libagent/device/jade.py b/libagent/device/jade.py index abb62dd..4660aac 100644 --- a/libagent/device/jade.py +++ b/libagent/device/jade.py @@ -1,4 +1,4 @@ -"""Jade-related code (see https://www.keepkey.com/).""" +"""Jade-related code (see https://blockstream.com/jade/).""" import logging