Mercurial > libervia-desktop-kivy
comparison 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 |
comparison
equal
deleted
inserted
replaced
298:318a46e78ff6 | 299:86b1cd8121dd |
---|---|
23 import textwrap | 23 import textwrap |
24 | 24 |
25 NAME = 'cagou' | 25 NAME = 'cagou' |
26 | 26 |
27 install_requires = [ | 27 install_requires = [ |
28 'kivy', | 28 'kivy>=1.10.0', |
29 'pillow', | 29 'pillow', |
30 'plyer', | 30 'plyer', |
31 'sat>=0.7.0b1.post1', | 31 'sat>=0.7.0b1.post1', |
32 ] | 32 ] |
33 | 33 |