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

Raise nbxmpp min version

parent 78c04169
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ from gajim.common import i18n
from gajim.common import logging_helpers
from gajim.common import crypto
MIN_NBXMPP_VER = "0.6.3"
MIN_NBXMPP_VER = "0.6.4"
MIN_GTK_VER = "3.20.0"
......
......@@ -260,7 +260,7 @@ setup(
package_data={'gajim': package_data},
data_files=data_files,
install_requires=[
'nbxmpp>=0.6.3',
'nbxmpp>=0.6.4',
'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