From 93a20f606a1ca3fd591710d53cffda716fd92dbb Mon Sep 17 00:00:00 2001 From: shobu13 Date: Tue, 22 Oct 2024 10:58:19 +0000 Subject: [PATCH] strawberry-graphql: updated cli optionnal deps removed: unused click dependencie added: new graphlib-backport dependencie --- pkgs/development/python-modules/strawberry-graphql/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix index cb46289f48b0..d765d02504d4 100644 --- a/pkgs/development/python-modules/strawberry-graphql/default.nix +++ b/pkgs/development/python-modules/strawberry-graphql/default.nix @@ -125,11 +125,11 @@ buildPythonPackage rec { ]; chalice = [ chalice ]; cli = [ - click pygments rich libcst typer + graphlib-backport ]; # starlite = [ starlite ]; # litestar = [ litestar ];