fix: revert steup.py to use pydbus

This commit is contained in:
Hank Greenburg 2024-12-29 20:11:25 -08:00
parent 26d9a55ce8
commit c3ee162802

View File

@ -34,7 +34,7 @@ setup(
"ui": [ "ui": [
"dbus-python >= 1.2, < 1.3", "dbus-python >= 1.2, < 1.3",
"PyGObject >= 3.46, < 3.50", "PyGObject >= 3.46, < 3.50",
"dasbus == 1.7", "pydbus >= 0.6, < 0.7",
"notify2 >= 0.3, < 0.4", "notify2 >= 0.3, < 0.4",
] ]
}, },