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

This commit is contained in:
Benjamin Dauvergne 2023-01-31 16:38:30 +01:00
parent cd9b550d50
commit 70e03e7721
1 changed files with 3 additions and 0 deletions

View File

@ -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',