Browse Source

Update bencoder.pyx to 3.0.1

master
Kristaps Kaupe 3 years ago
parent
commit
1e159df8a9
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      jmclient/setup.py

2
jmclient/setup.py

@ -10,7 +10,7 @@ setup(name='joinmarketclient',
license='GPL',
packages=['jmclient'],
install_requires=['joinmarketbase==0.9.9dev', 'mnemonic==0.20',
'argon2_cffi==21.3.0', 'bencoder.pyx==3.0.0',
'argon2_cffi==21.3.0', 'bencoder.pyx==3.0.1',
'pyaes==1.6.1', 'klein==20.6.0', 'pyjwt==2.4.0',
'autobahn==20.12.3'],
python_requires='>=3.6',

Loading…
Cancel
Save