Update Jade api version

This commit is contained in:
Jamie C. Driver
2022-09-15 11:07:17 +01:00
parent 38a3131a07
commit 751ef7321b

View File

@@ -11,8 +11,8 @@ setup(
scripts=['jade_agent.py'], scripts=['jade_agent.py'],
install_requires=[ install_requires=[
'libagent>=0.14.5', 'libagent>=0.14.5',
# Jade py api from github source, v0.1.33 # Jade py api from github source, v0.1.37
'jadepy[requests] @ git+https://github.com/Blockstream/Jade.git@0.1.33' 'jadepy[requests] @ git+https://github.com/Blockstream/Jade.git@0.1.37'
], ],
platforms=['POSIX'], platforms=['POSIX'],
classifiers=[ classifiers=[