Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
02b8bcf4
Commit
02b8bcf4
authored
Oct 09, 2021
by
Philipp Hörist
Browse files
Raise nbxmpp version
parent
f6dcfd7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
02b8bcf4
...
@@ -7,7 +7,7 @@ ### Runtime Requirements
...
@@ -7,7 +7,7 @@ ### Runtime Requirements
-
python3-gi
-
python3-gi
-
python3-gi-cairo
-
python3-gi-cairo
-
gir1.2-gtk-3.0 (>=3.22)
-
gir1.2-gtk-3.0 (>=3.22)
-
python3-nbxmpp (>=2.0.
3
)
-
python3-nbxmpp (>=2.0.
4
)
-
python3-openssl (>=16.2)
-
python3-openssl (>=16.2)
-
python3-css-parser
-
python3-css-parser
-
python3-keyring
-
python3-keyring
...
...
gajim/gajim.py
View file @
02b8bcf4
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
from
gajim.common
import
i18n
from
gajim.common
import
i18n
_MIN_NBXMPP_VER
=
'2.0.
3
'
_MIN_NBXMPP_VER
=
'2.0.
4
'
_MIN_GTK_VER
=
'3.22.27'
_MIN_GTK_VER
=
'3.22.27'
_MIN_CAIRO_VER
=
'1.16.0'
_MIN_CAIRO_VER
=
'1.16.0'
_MIN_PYGOBJECT_VER
=
'3.32.0'
_MIN_PYGOBJECT_VER
=
'3.32.0'
...
...
setup.cfg
View file @
02b8bcf4
...
@@ -22,7 +22,7 @@ test_suite = test
...
@@ -22,7 +22,7 @@ test_suite = test
install_requires =
install_requires =
css-parser
css-parser
keyring
keyring
nbxmpp>=2.0.
3
nbxmpp>=2.0.
4
packaging
packaging
setuptools; python_version < '3.9'
setuptools; python_version < '3.9'
precis-i18n>=1.0.0
precis-i18n>=1.0.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment