[IMP] use always the master branch of openupgradelib

This commit is contained in:
Sylvain LE GAL 2022-10-11 12:11:23 +02:00
parent e63851cf9e
commit 4634def83f

View File

@ -1,5 +1,7 @@
# Mandatory library used in all odoo-openupgrade-wizard # Mandatory library used in all odoo-openupgrade-wizard
openupgradelib # 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 # Library used to run generate-module-analysis command
# dependencies of the module OCA/server-tools 'upgrade_analysis' # dependencies of the module OCA/server-tools 'upgrade_analysis'