strawberry-graphql: adding typer to CLI optional deps (#350455)

This commit is contained in:
Aleksana 2024-10-27 12:16:17 +08:00 committed by GitHub
commit 6a4563438c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
@ -125,10 +126,11 @@ buildPythonPackage rec {
];
chalice = [ chalice ];
cli = [
click
pygments
rich
libcst
typer
graphlib-backport
];
# starlite = [ starlite ];
# litestar = [ litestar ];