diff setup.py @ 327:b77792cc6d12

use Kivy garden's new infrastructure for modernmenu and contextmenu: dependencies are updated, the legacy kivy-garden tool is not needed anymore, thus installation is simplified.
author Goffi <goffi@goffi.org>
date Wed, 11 Dec 2019 18:26:42 +0100
parents 4c1df075378c
children 544c437f5094
line wrap: on
line diff
--- a/setup.py	Fri Dec 06 13:25:33 2019 +0100
+++ b/setup.py	Wed Dec 11 18:26:42 2019 +0100
@@ -26,6 +26,8 @@
 
 install_requires = [
     'kivy>=1.10.0',
+    'kivy_garden.modernmenu',
+    'kivy_garden.contextmenu>=0.1.0.dev1',
     'pillow',
     'plyer',
     'sat>=0.7.0dev0',