Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-22 18:51:02 +0300
committerlovetox <philipp@hoerist.com>2022-08-22 19:04:20 +0300
commitca38dd5ec54dc0134cc25d969e92fadac141c1a9 (patch)
treeb4127b3dea6586c5461577f1f616e4a3224f1226 /README.md
parent6e7c3c63262eb85423e3d4275eba5240af3f2351 (diff)
chore: Raise dependency versions
- Show pango version in About dialog - Renamy python-cairo to pycairo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4974c92f..6bc5ff28e 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
- [Python](https://www.python.org/) (>=3.9)
- [PyGObject](https://pypi.org/project/PyGObject/)
- [pycairo](https://pypi.org/project/pycairo/)
+- [cairo](https://gitlab.freedesktop.org/cairo/cairo) (>=1.16.0)
- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=3.1.1)
- [pyOpenSSL](https://pypi.org/project/pyOpenSSL/) (>=16.2)
- [css-parser](https://pypi.org/project/css-parser/)
@@ -13,9 +14,10 @@
- [packaging](https://pypi.org/project/packaging/)
- [Pillow](https://pypi.org/project/Pillow/)
- [setuptools](https://pypi.org/project/setuptools/)
-- [Gtk3](https://gitlab.com/gnome/gtk) (>=3.22)
+- [Gtk3](https://gitlab.com/gnome/gtk) (>=3.24.30)
- [GLib](https://gitlab.com/gnome/glib) (>=2.60.0)
- [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview)
+- [Pango](https://gitlab.gnome.org/GNOME/pango) (>=1.50.0)
- [libsoup](https://gitlab.gnome.org/GNOME/libsoup/)
### Optional Runtime Requirements