diff setup.py @ 184:c63922860f80

chat: show desktop notification and/or note when suitable
author Goffi <goffi@goffi.org>
date Thu, 10 May 2018 08:32:46 +0200
parents 98a485512289
children f1ee7a8cf77c
line wrap: on
line diff
--- a/setup.py	Tue May 01 21:53:33 2018 +0200
+++ b/setup.py	Thu May 10 08:32:46 2018 +0200
@@ -27,6 +27,7 @@
 install_requires = [
     'kivy',
     'pillow',
+    'plyer',
     'sat',
 ]