misc: fix incompatibility betwen pyexcel-xlsx and openpyxl 3.1.0 (#74033) #67

Merged
bdauvergne merged 1 commits from wip/74033-crash-des-tests-sur-openpyxl into main 2023-01-31 17:01:57 +01:00
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',