[FIX] module_analysis: pin pygount

Pin the pygount dependency to 1.4.0 to avoid chardet version clash

Fixes https://github.com/OCA/server-tools/issues/2966
pull/2967/head
gpothier 2024-06-12 09:43:00 -06:00 committed by Guillaume Pothier
parent 651dab2813
commit b25d86928f
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"data/ir_module_type_rule.xml",
],
"external_dependencies": {
"python": ["pygount"],
"python": ["pygount==1.4.0"],
},
"installable": True,
}

View File

@ -10,7 +10,7 @@ odoo_test_helper
odoorpc
openpyxl
openupgradelib
pygount
pygount==1.4.0
pysftp
sentry_sdk<=1.9.0
unidecode