|
|
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup(name='joinmarketclient', |
|
|
|
|
version='0.6.3.1', |
|
|
|
|
version='0.7.0dev', |
|
|
|
|
description='Joinmarket client library for Bitcoin coinjoins', |
|
|
|
|
url='http://github.com/Joinmarket-Org/joinmarket-clientserver/jmclient', |
|
|
|
|
author='', |
|
|
|
|
@ -10,7 +10,7 @@ setup(name='joinmarketclient',
|
|
|
|
|
license='GPL', |
|
|
|
|
packages=['jmclient'], |
|
|
|
|
install_requires=['future', 'configparser;python_version<"3.2"', |
|
|
|
|
'joinmarketbase==0.6.3.1', 'mnemonic', 'argon2_cffi', |
|
|
|
|
'joinmarketbase==0.7.0dev', 'mnemonic', 'argon2_cffi', |
|
|
|
|
'bencoder.pyx>=2.0.0', 'pyaes'], |
|
|
|
|
python_requires='>=3.3', |
|
|
|
|
zip_safe=False) |
|
|
|
|
|