csvdatasource: upgrade pyexcel requirements to 0.5+ (#18330)

This commit is contained in:
Lauréline Guérin 2019-10-07 15:15:42 +02:00
parent eede590656
commit 57c124de38
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@ setup(name='passerelle',
'phpserialize',
'suds',
'SOAPpy',
'pyexcel-io >= 0.4, <0.5',
'pyexcel-ods >= 0.4, <0.5',
'pyexcel-xls >= 0.4, <0.5',
'pyexcel-io',
'pyexcel-ods',
'pyexcel-xls',
'cmislib >= 0.5, <0.6',
'pyproj',
'feedparser',