Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
209
Issues
209
List
Boards
Labels
Service Desk
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
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
Pipeline
#7241
canceled with stages
in 1 minute and 27 seconds
Changes
3
Pipelines
1
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