mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 17:26:10 -06:00
Add feedparser as a dependency
This commit is contained in:
parent
af63ac693e
commit
28f678ca06
@ -66,6 +66,10 @@ djangorestframework
|
|||||||
# https://github.com/axnsan12/drf-yasg
|
# https://github.com/axnsan12/drf-yasg
|
||||||
drf-yasg[validation]
|
drf-yasg[validation]
|
||||||
|
|
||||||
|
# RSS feed parser
|
||||||
|
# https://github.com/kurtmckee/feedparser
|
||||||
|
feedparser
|
||||||
|
|
||||||
# Django wrapper for Graphene (GraphQL support)
|
# Django wrapper for Graphene (GraphQL support)
|
||||||
# https://github.com/graphql-python/graphene-django
|
# https://github.com/graphql-python/graphene-django
|
||||||
graphene_django
|
graphene_django
|
||||||
|
@ -15,6 +15,7 @@ django-taggit==3.1.0
|
|||||||
django-timezone-field==5.0
|
django-timezone-field==5.0
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
drf-yasg[validation]==1.21.5
|
drf-yasg[validation]==1.21.5
|
||||||
|
feedparser==6.0.10
|
||||||
graphene-django==3.0.0
|
graphene-django==3.0.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user