|
|
|
|
@ -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', |
|
|
|
|
|