pantalaimon: Make the dbus UI optional.

This commit is contained in:
Damir Jelić 2019-07-12 14:47:20 +02:00
parent dfa5501a6c
commit ad65fbf1a7
3 changed files with 591 additions and 568 deletions

View file

@ -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={