Merge pull request #182 from Icy-Thought/upd-PyGObject

chore: update PyGObject dependency
This commit is contained in:
Hank Greenburg 2024-11-01 11:17:23 -07:00 committed by GitHub
commit 46a762d93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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