Mercurial > libervia-desktop-kivy
comparison setup.py @ 478:0f2a6eed633d
install (setup.py): use new package for backend
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Jun 2021 17:00:23 +0200 |
parents | c35aa683fa2d |
children | 8ee302a48269 |
comparison
equal
deleted
inserted
replaced
477:d98e2383df58 | 478:0f2a6eed633d |
---|---|
28 install_requires = [ | 28 install_requires = [ |
29 'kivy >=2.0.0, <2.1.0', | 29 'kivy >=2.0.0, <2.1.0', |
30 'kivy_garden.modernmenu <0.2.0', | 30 'kivy_garden.modernmenu <0.2.0', |
31 'pillow <8.3', | 31 'pillow <8.3', |
32 'plyer <2.1', | 32 'plyer <2.1', |
33 'sat >=0.8.0b1, <0.9', | 33 'libervia-backend >=0.8.0b1, <0.9', |
34 ] | 34 ] |
35 | 35 |
36 with open(os.path.join(DIR_NAME, 'VERSION')) as f: | 36 with open(os.path.join(DIR_NAME, 'VERSION')) as f: |
37 VERSION = f.read().strip() | 37 VERSION = f.read().strip() |
38 is_dev_version = VERSION.endswith('D') | 38 is_dev_version = VERSION.endswith('D') |