Mercurial > libervia-desktop-kivy
comparison 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 |
comparison
equal
deleted
inserted
replaced
372:1481f09c9175 | 373:5d994be1161b |
---|---|
24 NAME = 'cagou' | 24 NAME = 'cagou' |
25 | 25 |
26 install_requires = [ | 26 install_requires = [ |
27 'kivy>=1.10.0', | 27 'kivy>=1.10.0', |
28 'kivy_garden.modernmenu', | 28 'kivy_garden.modernmenu', |
29 'kivy_garden.contextmenu>=0.1.0.dev1', | |
30 'pillow', | 29 'pillow', |
31 'plyer', | 30 'plyer', |
32 'sat>=0.7.0dev0', | 31 'sat>=0.7.0dev0', |
33 ] | 32 ] |
34 | 33 |