diff --git a/pkgs/development/python-modules/python-on-whales/default.nix b/pkgs/development/python-modules/python-on-whales/default.nix index 9b917d59b2ba..f7634cad9267 100644 --- a/pkgs/development/python-modules/python-on-whales/default.nix +++ b/pkgs/development/python-modules/python-on-whales/default.nix @@ -8,9 +8,6 @@ # dependencies pydantic, - requests, - tqdm, - typer, }: buildPythonPackage rec { @@ -29,9 +26,6 @@ buildPythonPackage rec { dependencies = [ pydantic - requests - tqdm - typer ]; doCheck = false; # majority of tests require Docker and/or network access