misc: fix incompatibility betwen pyexcel-xlsx and openpyxl 3.1.0 (#74033)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details

pull/67/head v6.90
Benjamin Dauvergne 4 months ago
parent cd9b550d50
commit 70e03e7721

@ -144,6 +144,9 @@ setup(
'gadjo',
'phpserialize',
'suds',
# pyexcel-xlsx is unmaintained (no change since 2020) and is incompatible
# with a change introduced in openpyxl 3.1.0
'openpyxl<3.1',
'pyexcel-io',
'pyexcel-ods',
'pyexcel-xls',

Loading…
Cancel
Save