setup: relax feedparser version for python 3.9 (#49218)

This commit is contained in:
Nicolas Roche 2020-12-08 09:00:45 +01:00
parent 6122cb34db
commit 3fa105735d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -25,6 +25,7 @@ deps =
pylint<1.8
pylint-django<0.8.1
django-webtest<1.9.3
feedparser<6
lxml
mohawk
pytest-freezegun