fix(Entorno de desarrollo): Se ajusta versión de proteus

This commit is contained in:
Camilo Gonzalez 2024-01-23 14:42:35 -05:00
parent d1ad40203b
commit d5ca112bff

View File

@ -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