from setuptools import setup setup(name='joinmarketbase', version='0.7.0dev', description='Joinmarket client library for Bitcoin coinjoins', url='http://github.com/Joinmarket-Org/joinmarket-clientserver/jmbase', author='', author_email='', license='GPL', packages=['jmbase'], install_requires=['twisted==20.3.0', 'service-identity', 'chromalog==1.0.5'], python_requires='>=3.6', zip_safe=False)