소스 검색

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

morikoff 1 일 전
부모
커밋
ec83ce38ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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