Merge pull request 'fix(Entorno de desarrollo): Se ajusta versión de proteus' (#79) from errorChangingContactMethod into 6.8

Reviewed-on: #79
This commit is contained in:
Camilo Gonzalez 2024-01-23 14:47:26 -05:00
commit 18d06374fe

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