odoo.sh install python external dipendency

On odoo.sh is possible to install external dependancy adding them on requirements.txt in module root.

Alternatively you can click on odoo.sh Shell and run:

odoo-bin shell

than simply:

pip install openupgradelib (replace with dependancy name)