misc: limit feedparser version to keep python 3.5 compatibility

This commit is contained in:
Frédéric Péters 2020-09-12 22:22:13 +02:00
parent 31320bfc9a
commit 1661ed58cb
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ setup(name='passerelle',
'pyexcel-xls',
'cmislib-maykin',
'pyproj',
'feedparser',
'feedparser<6',
'lxml',
'python-dateutil',
'Pillow',