mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python3Packages.drf-spectacular: add optional-dependencies for sidecar extra
This commit is contained in:
parent
9a333460f5
commit
cdfd00bf83
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user