setup: limit pyexcel* to <0.6 for compatibility with python 3.5

This commit is contained in:
Frédéric Péters 2020-10-08 22:07:18 +02:00
parent 0d10a1ee63
commit 27eeb947a6
1 changed files with 3 additions and 3 deletions

View File

@ -104,9 +104,9 @@ setup(name='passerelle',
'gadjo',
'phpserialize',
'suds-jurko',
'pyexcel-io',
'pyexcel-ods',
'pyexcel-xls',
'pyexcel-io<0.6',
'pyexcel-ods<0.6',
'pyexcel-xls<0.6',
'cmislib-maykin',
'pyproj',
'feedparser<6',