Browse Source

Merge #1039: Bump autobahn from 20.7.1 to 20.12.3 in /jmclient

5146ae3 Bump autobahn from 20.7.1 to 20.12.3 in /jmclient (dependabot[bot])
master
Adam Gibson 4 years ago
parent
commit
60c79ef52d
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      jmclient/setup.py

2
jmclient/setup.py

@ -11,6 +11,6 @@ setup(name='joinmarketclient',
packages=['jmclient'],
install_requires=['joinmarketbase==0.9.2', 'mnemonic', 'argon2_cffi',
'bencoder.pyx>=2.0.0', 'pyaes', 'klein==20.6.0',
'pyjwt==2.1.0', 'autobahn==20.7.1'],
'pyjwt==2.1.0', 'autobahn==20.12.3'],
python_requires='>=3.6',
zip_safe=False)

Loading…
Cancel
Save