diff setup.py @ 299:86b1cd8121dd

core (simple_xhtml): activated underline and line-through which are now available
author Goffi <goffi@goffi.org>
date Fri, 28 Jun 2019 12:30:16 +0200
parents ea213b02b755
children 00e2bcf0d9df
line wrap: on
line diff
--- a/setup.py	Fri Jun 28 12:25:36 2019 +0200
+++ b/setup.py	Fri Jun 28 12:30:16 2019 +0200
@@ -25,7 +25,7 @@
 NAME = 'cagou'
 
 install_requires = [
-    'kivy',
+    'kivy>=1.10.0',
     'pillow',
     'plyer',
     'sat>=0.7.0b1.post1',