Skip to content
Snippets Groups Projects
Commit b37a42c3 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Raise min nbxmpp version to 0.6.7

parent cb1ff061
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ from distutils.version import LooseVersion as V
# Install _() in namespace
from gajim.common import i18n
_MIN_NBXMPP_VER = "0.6.6"
_MIN_NBXMPP_VER = "0.6.7"
_MIN_GTK_VER = "3.22.0"
......
......@@ -285,7 +285,7 @@ setup(
data_files=data_files,
install_requires=[
'keyring',
'nbxmpp>=0.6.6',
'nbxmpp>=0.6.7',
'pyOpenSSL>=0.12',
'cssutils>=1.0.2'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment