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-24 02:23:49 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-24 02:23:49 +0300
commitee55d8ed3a68ccc0aaad7129a2fc1997b019fe78 (patch)
treeb8967dce86b0429cc794ca7d4d8ce88a7aa481fd
parent78786e20d30821559d855b31b68551cafc9c847a (diff)
change: Require PyGObject 3.42.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3b8f92c..150ee63 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
"precis-i18n>=1.0.0",
"packaging",
"idna",
- "PyGObject",
+ "PyGObject>=3.42.0",
]
dynamic = ["version"]