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

Merged
camilogs merged 1 commits from errorChangingContactMethod into 6.8 2024-01-23 14:47:27 -05:00

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