from setuptools import setup setup(name='joinmarketdaemon', version='0.9.10dev', description='Joinmarket client library for Bitcoin coinjoins', url='https://github.com/JoinMarket-Org/joinmarket-clientserver/tree/master/jmdaemon', author='', author_email='', license='GPL', packages=['jmdaemon'], install_requires=['txtorcon==22.0.0', 'cryptography==3.3.2; platform_machine != "aarch64" and platform_machine != "amd64" and platform_machine != "x86_64"', 'cryptography==37.0.4; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"', 'pyopenssl==21.0.0', 'libnacl==1.8.0', 'joinmarketbase==0.9.10dev'], python_requires='>=3.6', zip_safe=False)