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

Raise nbxmpp version

parent 4f3e4d22
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-3.0 (>=3.22)
- python3-nbxmpp (>=0.9.90.2)
- python3-nbxmpp (>=0.9.90.4)
- python3-openssl (>=0.14)
- python3-cssutils (>=1.0.2)
- python3-keyring
......
......@@ -26,7 +26,7 @@ from distutils.version import LooseVersion as V
from gajim.common import i18n
_MIN_NBXMPP_VER = "0.9.90.2"
_MIN_NBXMPP_VER = "0.9.90.4"
_MIN_GTK_VER = "3.22.0"
......
......@@ -22,7 +22,7 @@ test_suite = test
install_requires =
cssutils>=1.0.2
keyring
nbxmpp>=0.9.90.2
nbxmpp>=0.9.90.4
precis-i18n>=1.0.0
pyOpenSSL>=0.12
......
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