Selaa lähdekoodia

fix: Добавил установку openpyxl

morikoff 23 tuntia sitten
vanhempi
sitoutus
ec83ce38ab
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      odoo19_install_debian13.sh

+ 1 - 1
odoo19_install_debian13.sh

@@ -126,7 +126,7 @@ setup_venv() {
 source $OE_VENV/bin/activate
 pip install --upgrade pip wheel setuptools
 pip install -r $OE_HOME_EXT/requirements.txt
-pip install num2words ofxparse dbfread ebaysdk firebase_admin pyOpenSSL phonenumbers google_auth PyPDF2 psycopg2-binary pdfminer.six
+pip install num2words ofxparse dbfread ebaysdk firebase_admin pyOpenSSL phonenumbers google_auth PyPDF2 psycopg2-binary pdfminer.six openpyxl
 pip install -e $OE_HOME_EXT/
 deactivate
 EOF