chore: update PyGObject dependency

This commit is contained in:
Icy-Thought 2024-11-01 18:36:20 +01:00
parent a2a2d704ee
commit 93a1fcb36f
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ setup(
extras_require={ extras_require={
"ui": [ "ui": [
"dbus-python >= 1.2, < 1.3", "dbus-python >= 1.2, < 1.3",
"PyGObject >= 3.36, < 3.39", "PyGObject >= 3.46, < 3.50",
"dasbus == 1.7", "dasbus == 1.7",
"notify2 >= 0.3, < 0.4", "notify2 >= 0.3, < 0.4",
] ]