|
|
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup(name='joinmarketdaemon', |
|
|
|
|
version='0.9.9', |
|
|
|
|
version='0.9.10dev', |
|
|
|
|
description='Joinmarket client library for Bitcoin coinjoins', |
|
|
|
|
url='https://github.com/JoinMarket-Org/joinmarket-clientserver/tree/master/jmdaemon', |
|
|
|
|
author='', |
|
|
|
|
@ -11,6 +11,6 @@ setup(name='joinmarketdaemon',
|
|
|
|
|
packages=['jmdaemon'], |
|
|
|
|
install_requires=['txtorcon==22.0.0', 'cryptography==3.3.2', |
|
|
|
|
'pyopenssl==21.0.0', 'libnacl==1.8.0', |
|
|
|
|
'joinmarketbase==0.9.9'], |
|
|
|
|
'joinmarketbase==0.9.10dev'], |
|
|
|
|
python_requires='>=3.6', |
|
|
|
|
zip_safe=False) |
|
|
|
|
|