diff --git a/jmclient/setup.py b/jmclient/setup.py index 43327d84d..63437571f 100644 --- a/jmclient/setup.py +++ b/jmclient/setup.py @@ -12,6 +12,6 @@ install_requires=['joinmarketbase==0.9.10dev', 'mnemonic==0.20', 'argon2_cffi==21.3.0', 'bencoder.pyx==3.0.1', 'pyaes==1.6.1', 'klein==20.6.0', 'pyjwt==2.4.0', - 'autobahn==20.12.3'], + 'autobahn==20.12.3', 'werkzeug==2.2.0'], python_requires='>=3.6', zip_safe=False)