mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -04:00
pantalaimon: Make the dbus UI optional.
This commit is contained in:
parent
dfa5501a6c
commit
ad65fbf1a7
3 changed files with 591 additions and 568 deletions
10
setup.py
10
setup.py
|
@ -25,18 +25,20 @@ setup(
|
|||
"keyring",
|
||||
"logbook",
|
||||
"peewee",
|
||||
"dbus-python",
|
||||
"PyGObject",
|
||||
"pydbus",
|
||||
"janus",
|
||||
"prompt_toolkit",
|
||||
"notify2",
|
||||
"typing;python_version<'3.5'",
|
||||
"matrix-nio[e2e] >= 0.4"
|
||||
],
|
||||
extras_require={
|
||||
"e2e_search": [
|
||||
"tantivy",
|
||||
],
|
||||
"ui": [
|
||||
"dbus-python",
|
||||
"PyGObject",
|
||||
"pydbus",
|
||||
"notify2",
|
||||
]
|
||||
},
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue