Merge pull request #399 from JamieDriver/update_jade_api

Update Jade api version
This commit is contained in:
Roman Zeyde
2022-09-21 21:15:07 +03:00
committed by GitHub

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=[