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
Sophie Herold
gajim
Commits
b37a42c3
Commit
b37a42c3
authored
Aug 19, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raise min nbxmpp version to 0.6.7
parent
cb1ff061
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gajim/gajim.py
gajim/gajim.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
gajim/gajim.py
View file @
b37a42c3
...
...
@@ -29,7 +29,7 @@ from distutils.version import LooseVersion as V
# Install _() in namespace
from
gajim.common
import
i18n
_MIN_NBXMPP_VER
=
"0.6.
6
"
_MIN_NBXMPP_VER
=
"0.6.
7
"
_MIN_GTK_VER
=
"3.22.0"
...
...
setup.py
View file @
b37a42c3
...
...
@@ -285,7 +285,7 @@ setup(
data_files
=
data_files
,
install_requires
=
[
'keyring'
,
'nbxmpp>=0.6.
6
'
,
'nbxmpp>=0.6.
7
'
,
'pyOpenSSL>=0.12'
,
'cssutils>=1.0.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