This commit is contained in:
rodia
2025-09-04 15:28:31 -03:00
parent 5ad1837d2d
commit bef22fc95c
11 changed files with 331 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ if [ -z "${DEVELOP}" ]; then
fi
if [ ${DEVELOP} = "True" ]; then
pip3 install --break-system-packages proteus==${TRYTOND_VERSION}
pip3 install --break-system-packages -r .dev/requirements_dev.txt
fi