From fb31567c10075a74f931c92d1a9de2e2dcebb1e4 Mon Sep 17 00:00:00 2001 From: shobu13 Date: Tue, 22 Oct 2024 10:38:21 +0000 Subject: [PATCH] strawberry-graphql: adding typer to CLI optional deps --- pkgs/development/python-modules/strawberry-graphql/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix index 95fd2c9161b9..cb46289f48b0 100644 --- a/pkgs/development/python-modules/strawberry-graphql/default.nix +++ b/pkgs/development/python-modules/strawberry-graphql/default.nix @@ -129,6 +129,7 @@ buildPythonPackage rec { pygments rich libcst + typer ]; # starlite = [ starlite ]; # litestar = [ litestar ];