mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-26 16:25:42 -04:00
fix: revert steup.py to use pydbus
This commit is contained in:
parent
26d9a55ce8
commit
c3ee162802
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue