[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/2966pull/2967/head
parent
651dab2813
commit
b25d86928f
|
@ -26,7 +26,7 @@
|
|||
"data/ir_module_type_rule.xml",
|
||||
],
|
||||
"external_dependencies": {
|
||||
"python": ["pygount"],
|
||||
"python": ["pygount==1.4.0"],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ odoo_test_helper
|
|||
odoorpc
|
||||
openpyxl
|
||||
openupgradelib
|
||||
pygount
|
||||
pygount==1.4.0
|
||||
pysftp
|
||||
sentry_sdk<=1.9.0
|
||||
unidecode
|
||||
|
|
Loading…
Reference in New Issue