changeset 1201:f1f03b08e1f4

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 libervia is installed.
author Goffi <goffi@goffi.org>
date Wed, 10 Jul 2019 08:32:49 +0200
parents f9091f4e04f0
children 3f791fbc1643
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Jul 09 20:41:50 2019 +0200
+++ b/setup.py	Wed Jul 10 08:32:49 2019 +0200
@@ -24,7 +24,7 @@
 NAME = "libervia"
 
 install_requires = [
-    "sat>=0.7.0b4",
+    "sat>=0.7.0.dev0",
     "sat-templates",
     "twisted",
     "txJSON-RPC==0.3.1",