mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
Update setup.py for jade-agent
This commit is contained in:
@@ -10,14 +10,10 @@ setup(
|
|||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
scripts=['jade_agent.py'],
|
scripts=['jade_agent.py'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# FIXME: will need libagent version that includes jade support - 0.14.5 ??
|
'libagent>=0.14.5',
|
||||||
# FIXME: will need to put the tag version just as we are about to apply it ?
|
|
||||||
'libagent>=0.14.4',
|
|
||||||
# Jade py api from github source, v0.1.33
|
# 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'],
|
platforms=['POSIX'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"""Jade-related code (see https://www.keepkey.com/)."""
|
"""Jade-related code (see https://blockstream.com/jade/)."""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user