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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-06 16:11:46 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-06 16:11:46 +0300
commitf1e91b864159e4c37b92be405f236098bcaaf25b (patch)
tree0b21dce1ca14d9d586920d416a3c24f77bdbbaec /README.md
parent964fa149cf0502bdb43b561e458ae431414eae42 (diff)
chore: Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1295712..158fb54 100644
--- a/README.md
+++ b/README.md
@@ -4,17 +4,21 @@
## Runtime Requirements
-- python >= 3.9.0
-- PyGObject
-- GLib >= 2.60
-- libsoup3
-- precis-i18n
-- packaging
-- idna
+- [Python](https://www.python.org/) (>=3.9)
+- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0)
+- [GLib](https://gitlab.com/gnome/glib) (>=2.60.0)
+- [libsoup3](https://libsoup.org/)
+- [precis-i18n](https://pypi.org/project/precis-i18n/)
+- [packaging](https://pypi.org/project/packaging/)
+- [idna](https://pypi.org/project/idna/)
## Optional Runtime Requirements
-- python-gssapi (for GSSAPI authentication https://pypi.org/project/gssapi/)
+- [python-gssapi](https://pypi.org/project/gssapi/) GSSAPI authentication
+
+## Build Requirements
+
+- [setuptools](https://pypi.org/project/setuptools/)
## Features