strawberry-graphql: added typer and graphlib-backport to build input, replaced click by typer in debug-server optional-dep

This commit is contained in:
shobu13
2024-10-22 11:23:58 +00:00
parent 93a20f606a
commit cee263c4fd
@@ -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