diff setup.py @ 373:5d994be1161b

core: removed root menus (i.e. global menu on top of window): root menus were not really useful as most actions doable there are doable through others widgets in Cagou. For actions without equivalent in widgets (like about screen), a new menu, more discreet, will be added soon. Kivy Garden's ContextMenu is not used anymore, so it has been removed from dependencies
author Goffi <goffi@goffi.org>
date Mon, 27 Jan 2020 21:17:09 +0100
parents 544c437f5094
children 4d660b252487
line wrap: on
line diff
--- a/setup.py	Mon Jan 27 21:17:08 2020 +0100
+++ b/setup.py	Mon Jan 27 21:17:09 2020 +0100
@@ -26,7 +26,6 @@
 install_requires = [
     'kivy>=1.10.0',
     'kivy_garden.modernmenu',
-    'kivy_garden.contextmenu>=0.1.0.dev1',
     'pillow',
     'plyer',
     'sat>=0.7.0dev0',