Browse Source

Merge #1291: Bump pyjwt from 2.1.0 to 2.4.0 in /jmclient

48935fe Bump pyjwt from 2.1.0 to 2.4.0 in /jmclient (dependabot[bot])
master
Adam Gibson 4 years ago
parent
commit
537d2acfec
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.7dev', 'mnemonic', 'argon2_cffi',
'bencoder.pyx>=2.0.0', 'pyaes', 'klein==20.6.0',
'pyjwt==2.1.0', 'autobahn==20.12.3'],
'pyjwt==2.4.0', 'autobahn==20.12.3'],
python_requires='>=3.6',
zip_safe=False)

Loading…
Cancel
Save