changeset 304:00e2bcf0d9df

install: set minimal version of sat to dev one: dev0 version is used as minimal one, so 0.6.x won't be used, but the repository version will match, avoiding trouble when repository version of Cagou is installed.
author Goffi <goffi@goffi.org>
date Wed, 10 Jul 2019 08:38:39 +0200
parents fe8639e64c69
children b2727877bad4
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Jul 09 19:47:08 2019 +0200
+++ b/setup.py	Wed Jul 10 08:38:39 2019 +0200
@@ -28,7 +28,7 @@
     'kivy>=1.10.0',
     'pillow',
     'plyer',
-    'sat>=0.7.0b1.post1',
+    'sat>=0.7.0dev0',
 ]
 
 with open(os.path.join(NAME, 'VERSION')) as f: