Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] pip for oca - logging_json #50

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 17.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@
kubernetes==31.0.0 \
# Requerimiento IA: 4 - Integrar el modelo en Odoo (#45793)
scikit-learn==1.5.2 \
# Requerido por módulo oca - logging_json
python-json-logger==3.2.1 \
# required by saas_k8s (Helm)
&& apt-get install --no-install-recommends apt-transport-https curl gnupg --yes \
&& curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null \
Expand Down