Add feedparser as a dependency

This commit is contained in:
jeremystretch 2023-03-14 10:15:19 -04:00
parent af63ac693e
commit 28f678ca06
2 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,10 @@ djangorestframework
# https://github.com/axnsan12/drf-yasg
drf-yasg[validation]
# RSS feed parser
# https://github.com/kurtmckee/feedparser
feedparser
# Django wrapper for Graphene (GraphQL support)
# https://github.com/graphql-python/graphene-django
graphene_django

View File

@ -15,6 +15,7 @@ django-taggit==3.1.0
django-timezone-field==5.0
djangorestframework==3.14.0
drf-yasg[validation]==1.21.5
feedparser==6.0.10
graphene-django==3.0.0
gunicorn==20.1.0
Jinja2==3.1.2