From 3c4554081124de59a6656e911347510a6ad3a27e Mon Sep 17 00:00:00 2001 From: gpothier Date: Wed, 12 Jun 2024 09:43:00 -0600 Subject: [PATCH] Pin the pygount dependency to 1.4.0 to avoid chardet version clash Fixes https://github.com/OCA/server-tools/issues/2966 --- module_analysis/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_analysis/__manifest__.py b/module_analysis/__manifest__.py index 807974e918d..c5ff5c1d044 100644 --- a/module_analysis/__manifest__.py +++ b/module_analysis/__manifest__.py @@ -27,7 +27,7 @@ "data/ir_cron.xml", ], "external_dependencies": { - "python": ["pygount"], + "python": ["pygount==1.4.0"], }, "installable": True, }