From cee263c4fd18788f8cb088b1d9f6b5361a8b5e2e Mon Sep 17 00:00:00 2001 From: shobu13 Date: Tue, 22 Oct 2024 11:23:58 +0000 Subject: [PATCH] strawberry-graphql: added typer and graphlib-backport to build input, replaced click by typer in debug-server optional-dep --- .../python-modules/strawberry-graphql/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix index d765d02504d4..2112951633d2 100644 --- a/pkgs/development/python-modules/strawberry-graphql/default.nix +++ b/pkgs/development/python-modules/strawberry-graphql/default.nix @@ -5,7 +5,6 @@ buildPythonPackage, chalice, channels, - click, daphne, django, email-validator, @@ -40,6 +39,8 @@ starlette, typing-extensions, uvicorn, + typer, + graphlib-backport }: buildPythonPackage rec { @@ -92,7 +93,7 @@ buildPythonPackage rec { libcst ]; debug-server = [ - click + typer libcst pygments python-multipart