diff --git a/module_analysis/__manifest__.py b/module_analysis/__manifest__.py index 987ab00b9..4cbc311d9 100644 --- a/module_analysis/__manifest__.py +++ b/module_analysis/__manifest__.py @@ -26,7 +26,7 @@ "data/ir_module_type_rule.xml", ], "external_dependencies": { - "python": ["pygount"], + "python": ["pygount==1.4.0"], }, "installable": True, } diff --git a/requirements.txt b/requirements.txt index 6b6012799..96768526f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ odoo_test_helper odoorpc openpyxl openupgradelib -pygount +pygount==1.4.0 pysftp sentry_sdk<=1.9.0 unidecode