|
|
@@ -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
|