setup.py: use feedparser>=6 with python 3.9 (#51135)

This commit is contained in:
Benjamin Dauvergne 2021-02-08 16:44:57 +01:00
parent e41eabb5f8
commit 2081c3d37e
2 changed files with 1 additions and 2 deletions

View File

@ -109,7 +109,7 @@ setup(name='passerelle',
'pyexcel-xls',
'cmislib-maykin',
'pyproj',
'feedparser',
'feedparser<6' if sys.version_info < (3, 9) else 'feedparser>=6',
'lxml',
'python-dateutil',
'Pillow',

View File

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