python3Packages.weasel: provide click

Previously provided through typer, but they vendored click as _click.
This commit is contained in:
Martin Weinelt
2026-07-14 01:39:57 +02:00
parent e3cc9a21be
commit daa95195dd

View File

@@ -7,6 +7,7 @@
setuptools,
# dependencies
click,
cloudpathlib,
confection,
httpx,
@@ -38,6 +39,7 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
dependencies = [
click
cloudpathlib
confection
httpx