Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Daniel Brötzmann
gajim
Commits
8dfe87e4
Commit
8dfe87e4
authored
Feb 06, 2021
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raise nbxmpp version
parent
f0746c1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
gajim/gajim.py
gajim/gajim.py
+1
-1
setup.cfg
setup.cfg
+1
-1
No files found.
README.md
View file @
8dfe87e4
...
...
@@ -7,7 +7,7 @@ ### Runtime Requirements
-
python3-gi
-
python3-gi-cairo
-
gir1.2-gtk-3.0 (>=3.22)
-
python3-nbxmpp (>=2.0.
0
)
-
python3-nbxmpp (>=2.0.
1
)
-
python3-openssl (>=16.2)
-
python3-css-parser
-
python3-keyring
...
...
gajim/gajim.py
View file @
8dfe87e4
...
...
@@ -28,7 +28,7 @@
from
gajim.common
import
i18n
_MIN_NBXMPP_VER
=
'2.0.
0
'
_MIN_NBXMPP_VER
=
'2.0.
1
'
_MIN_GTK_VER
=
'3.22.27'
_MIN_CAIRO_VER
=
'1.16.0'
_MIN_PYGOBJECT_VER
=
'3.32.0'
...
...
setup.cfg
View file @
8dfe87e4
...
...
@@ -22,7 +22,7 @@ test_suite = test
install_requires =
css-parser
keyring
nbxmpp>=2.0.
0
nbxmpp>=2.0.
1
packaging
precis-i18n>=1.0.0
pyOpenSSL>=16.2
...
...
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