11 lines
399 B
Django/Jinja
11 lines
399 B
Django/Jinja
# Mandatory library used in all odoo-openupgrade-wizard
|
||
# Note: As the openupgradelib is not allways up to date in pypi,
|
||
# we use the github master url.
|
||
git+https://github.com/OCA/openupgradelib@master#egg=openupgradelib
|
||
|
||
# Library used to run generate-module-analysis command
|
||
# dependencies of the module OCA/server-tools 'upgrade_analysis'
|
||
odoorpc
|
||
mako
|
||
ipython # used by default by shell command
|