strawberry-graphql: adding typer to CLI optional deps (#350455)
This commit is contained in:
commit
6a4563438c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user