comparison setup.py @ 296:f87aad34ba48

install: updated minimum sat version
author Goffi <goffi@goffi.org>
date Fri, 21 Jun 2019 17:01:54 +0200
parents 1b835bcfa663
children ea213b02b755
comparison
equal deleted inserted replaced
295:fdbb07f1e373 296:f87aad34ba48
26 26
27 install_requires = [ 27 install_requires = [
28 'kivy', 28 'kivy',
29 'pillow', 29 'pillow',
30 'plyer', 30 'plyer',
31 'sat', 31 'sat>=sat 0.7.0b1.post1',
32 ] 32 ]
33 33
34 with open(os.path.join(NAME, 'VERSION')) as f: 34 with open(os.path.join(NAME, 'VERSION')) as f:
35 VERSION = f.read().strip() 35 VERSION = f.read().strip()
36 is_dev_version = VERSION.endswith('D') 36 is_dev_version = VERSION.endswith('D')