strawberry-graphql: updated cli optionnal deps

removed: unused click dependencie
added: new graphlib-backport dependencie
This commit is contained in:
shobu13
2024-10-22 10:58:19 +00:00
parent fb31567c10
commit 93a20f606a
@@ -125,11 +125,11 @@ buildPythonPackage rec {
];
chalice = [ chalice ];
cli = [
click
pygments
rich
libcst
typer
graphlib-backport
];
# starlite = [ starlite ];
# litestar = [ litestar ];