From d5ca112bffcc2caeff1e98fd9cb757469c535676 Mon Sep 17 00:00:00 2001 From: camilogs Date: Tue, 23 Jan 2024 14:42:35 -0500 Subject: [PATCH] =?UTF-8?q?fix(Entorno=20de=20desarrollo):=20Se=20ajusta?= =?UTF-8?q?=20versi=C3=B3n=20de=20proteus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dev/install_module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/install_module.sh b/.dev/install_module.sh index 2a33d1f..fde80a6 100644 --- a/.dev/install_module.sh +++ b/.dev/install_module.sh @@ -7,7 +7,7 @@ [ ! -d "$SRC" ] && die "no se ubica ruta en SRC" # dependencias minimas -pip3 install psycopg2 proteus inotify honcho +pip3 install psycopg2 proteus==6.8 inotify honcho # instalar dependencias de tryton desde paquete python3 setup.py install -- 2.45.2