diff --git a/setup.py b/setup.py index 750a6bd..da47eab 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ packages=['quedex_api'], install_requires=[ 'autobahn==17.6.2', - 'twisted==17.5.0', + 'twisted==22.1.0', 'cryptography==2.0.3', 'pyOpenSSL==17.1.0', 'pgpy==0.4.2',