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