From f5337c6890b119fe03c50881ea889bec57d6ff6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Thu, 11 Oct 2018 21:10:46 +0200 Subject: [PATCH] Raise nbxmpp version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bc0c6165..c18a5c95f 100644 --- a/setup.py +++ b/setup.py @@ -285,7 +285,7 @@ setup( data_files=data_files, install_requires=[ 'keyring', - 'nbxmpp>=0.6.7', + 'nbxmpp>=0.6.8', 'pyOpenSSL>=0.12', 'cssutils>=1.0.2' ]