chore: revery setup.py to pydbus

This commit is contained in:
Hank Greenburg 2024-11-14 20:38:28 -08:00
parent 280408b229
commit b44da0d39d

View File

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