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

Update nbxmpp dependency to 0.6.0

parent 417464d9
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
......@@ -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',
],
......
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