diff --git a/jmbase/setup.py b/jmbase/setup.py index d83d614..22fe2e6 100644 --- a/jmbase/setup.py +++ b/jmbase/setup.py @@ -9,7 +9,7 @@ setup(name='joinmarketbase', author_email='', license='GPL', packages=['jmbase'], - install_requires=['twisted==22.4.0', 'service-identity', + install_requires=['twisted==22.4.0', 'service-identity==21.1.0', 'chromalog==1.0.5'], python_requires='>=3.6', zip_safe=False) diff --git a/jmbitcoin/setup.py b/jmbitcoin/setup.py index 0b3ed19..d73f17d 100644 --- a/jmbitcoin/setup.py +++ b/jmbitcoin/setup.py @@ -10,5 +10,5 @@ setup(name='joinmarketbitcoin', license='GPL', packages=['jmbitcoin'], python_requires='>=3.6', - install_requires=['python-bitcointx==1.1.3', 'pyaes'], + install_requires=['python-bitcointx==1.1.3', 'pyaes==1.6.1'], zip_safe=False) diff --git a/jmclient/setup.py b/jmclient/setup.py index b5e1565..2f79a05 100644 --- a/jmclient/setup.py +++ b/jmclient/setup.py @@ -9,8 +9,9 @@ setup(name='joinmarketclient', author_email='', license='GPL', packages=['jmclient'], - install_requires=['joinmarketbase==0.9.9dev', 'mnemonic', 'argon2_cffi', - 'bencoder.pyx>=2.0.0', 'pyaes', 'klein==20.6.0', - 'pyjwt==2.4.0', 'autobahn==20.12.3'], + install_requires=['joinmarketbase==0.9.9dev', 'mnemonic==0.20', + 'argon2_cffi==21.3.0', 'bencoder.pyx==3.0.0', + 'pyaes==1.6.1', 'klein==20.6.0', 'pyjwt==2.4.0', + 'autobahn==20.12.3'], python_requires='>=3.6', zip_safe=False) diff --git a/jmdaemon/setup.py b/jmdaemon/setup.py index 87de722..8291383 100644 --- a/jmdaemon/setup.py +++ b/jmdaemon/setup.py @@ -9,6 +9,8 @@ setup(name='joinmarketdaemon', author_email='', license='GPL', packages=['jmdaemon'], - install_requires=['txtorcon', 'cryptography==3.3.2', 'pyopenssl', 'libnacl', 'joinmarketbase==0.9.9dev'], + install_requires=['txtorcon==22.0.0', 'cryptography==3.3.2', + 'pyopenssl==21.0.0', 'libnacl==1.8.0', + 'joinmarketbase==0.9.9dev'], python_requires='>=3.6', zip_safe=False)