From 664a96cef25cff08f6a72c7f8a2eb6d156ed9547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 19 Oct 2018 23:35:57 +0200 Subject: [PATCH] Prepare for nbxmpp API change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65cf3de3e..b3aaa762b 100644 --- a/setup.py +++ b/setup.py @@ -285,7 +285,7 @@ setup( data_files=data_files, install_requires=[ 'keyring', - 'nbxmpp>=0.6.8', + 'nbxmpp>=0.6.8,<0.7.0', 'pyOpenSSL>=0.12', 'cssutils>=1.0.2', 'precis-i18n>=1.0.0',