Raise nbxmpp min version
This commit is contained in:
parent
47f0836567
commit
368a2177fc
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue