[UPD] refactoring requirements instalation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user