mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 07:01:12 +00:00
python3Packages.weasel: provide click
Previously provided through typer, but they vendored click as _click.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
click,
|
||||
cloudpathlib,
|
||||
confection,
|
||||
httpx,
|
||||
@@ -38,6 +39,7 @@ buildPythonPackage (finalAttrs: {
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
click
|
||||
cloudpathlib
|
||||
confection
|
||||
httpx
|
||||
|
||||
Reference in New Issue
Block a user