misc: limit feedparser version to keep python 3.5 compatibility

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

View File

@ -116,7 +116,7 @@ setup(
'gadjo',
'emails',
'lxml',
'feedparser',
'feedparser<6',
'requests'
],
zip_safe=False,