[UPD] refactoring requirements instalation

This commit is contained in:
ivbo
2021-02-02 22:41:11 +01:00
parent 600cfcfa04
commit 2184f9ad8c
5 changed files with 71 additions and 10 deletions

View File

@@ -76,11 +76,5 @@ if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
fi
pip3 install wheel
pip3 install -r /home/ubuntu/odoo12/requirements.txt ## for zdc-odoo
pip3 install python-ldap ## for ldap addons
pip3 install cerberus pyquerystring parse-accept-language ## for rest addons
pip3 install cachetools ## for connector addons
pip3 install altair bokeh ## for kpi dashboard addons
pip3 install zxcvbn ## for password security
pip3 install xlsxwriter xlrd ## for xlsx export
pip3 install sqlalchemy ## for mysql coonnection
pip3 install -r /home/ubuntu/config/odoo_requirements.txt ## for zdc-odoo
pip3 install -r /home/ubuntu/config/oca_requirements.txt ## for zdc-oca-addons