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

This commit is contained in:
Nicolas Roche 2020-12-08 08:26:51 +01:00
parent 2c07b59ab2
commit 689391b451
2 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,7 @@ setup(
install_requires=['django>=1.11, <2.3',
'django-ckeditor<4.5.4',
'gadjo>=0.53',
'feedparser<6',
'feedparser',
'django-jsonfield',
'requests',
'XStatic-Leaflet',

View File

@ -16,6 +16,7 @@ passenv =
deps =
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
feedparser<6
pywebpush
pytest-cov
pytest-django