python3Packages.drf-spectacular: add optional-dependencies for sidecar extra

This commit is contained in:
Kerstin Humm 2024-10-15 14:36:28 +02:00
parent 9a333460f5
commit cdfd00bf83
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -93,6 +93,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "drf_spectacular" ];
optional-dependencies.sidecar = [ drf-spectacular-sidecar ];
meta = with lib; {
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework";
homepage = "https://github.com/tfranzel/drf-spectacular";