12148 add swagger-sidecar for self-hosted swagger docs (#12159)

* 12148 add swagger-sidecar for self-hosted swagger docs

* 12149 add to base_requirements
This commit is contained in:
Arthur Hanson
2023-04-04 05:23:56 -07:00
committed by GitHub
parent 56d2a9aa11
commit 13cbb33c98
3 changed files with 10 additions and 1 deletions

View File

@@ -70,6 +70,10 @@ djangorestframework
# https://github.com/tfranzel/drf-spectacular
drf-spectacular
# Serve self-contained distribution builds of Swagger UI and Redoc with Django.
# https://github.com/tfranzel/drf-spectacular-sidecar
drf-spectacular-sidecar
# RSS feed parser
# https://github.com/kurtmckee/feedparser
feedparser