mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -04:00
Merge pull request #173 from matrix-org/port-dbus
chore: Remove depreciated dependency pydbus for dasbus
This commit is contained in:
commit
33909aa251
3 changed files with 17 additions and 17 deletions
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ setup(
|
|||
"ui": [
|
||||
"dbus-python >= 1.2, < 1.3",
|
||||
"PyGObject >= 3.36, < 3.39",
|
||||
"pydbus >= 0.6, < 0.7",
|
||||
"dasbus == 1.71",
|
||||
"notify2 >= 0.3, < 0.4",
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue