diff setup.py @ 463:5f0705a9cd3b

install: set minimum version to Kivy 2.0.0: this version brings async support and bugfixes which were backported, thus backport is not needed anymore and has been removed.
author Goffi <goffi@goffi.org>
date Sat, 20 Mar 2021 14:21:15 +0100
parents 3c9ba4a694ef
children 02787fa81b81
line wrap: on
line diff
--- a/setup.py	Sat Mar 20 13:51:27 2021 +0100
+++ b/setup.py	Sat Mar 20 14:21:15 2021 +0100
@@ -24,7 +24,7 @@
 NAME = 'cagou'
 
 install_requires = [
-    'kivy>=1.10.0',
+    'kivy>=2.0.0',
     'kivy_garden.modernmenu',
     'pillow',
     'plyer',