feat: Add Spectacutlar API schema generation

This commit is contained in:
2025-01-05 15:56:12 +01:00
parent ad6e2f4e17
commit 002dded0d5
3 changed files with 22 additions and 3 deletions

View File

@@ -39,7 +39,8 @@ dependencies = [
"django-crispy-forms",
"crispy-bootstrap4",
"djangorestframework",
"celery[redis]"
"celery[redis]",
"drf-spectacular[sidecar]"
]
dynamic = ["version", "readme"]