ui: Add OS notifications.

This commit is contained in:
Damir Jelić 2019-05-22 16:40:15 +02:00
parent 186560dd4f
commit bfcfdd61ea
2 changed files with 155 additions and 0 deletions

View file

@ -23,6 +23,7 @@ setup(
"pydbus",
"janus",
"prompt_toolkit",
"notify2",
"typing;python_version<'3.5'",
"matrix-nio[e2e]"
],