Update nbxmpp dependency to 0.6.0

This commit is contained in:
Philipp Hörist 2017-10-31 16:44:20 +01:00
parent 417464d9c5
commit cb3d4f4687
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ from gajim.common import i18n
from gajim.common import logging_helpers
from gajim.common import crypto
MIN_NBXMPP_VER = "0.5.6"
MIN_NBXMPP_VER = "0.6.0"
class GajimApplication(Gtk.Application):

View File

@ -269,7 +269,7 @@ setup(
data_files=data_files,
install_requires=[
'dbus-python;sys_platform=="linux"',
'nbxmpp',
'nbxmpp>=0.6.0',
'pyOpenSSL>=0.12',
'pyasn1',
],