diff --git a/pkgs/tools/geo/tilesets-cli/default.nix b/pkgs/tools/geo/tilesets-cli/default.nix
index 27602c8e46735fdc421644f154bc76ec47ef6a39..8e30b3f2e6cacfa5fc3cb6444f122d477ad1ca2b 100644
--- a/pkgs/tools/geo/tilesets-cli/default.nix
+++ b/pkgs/tools/geo/tilesets-cli/default.nix
@@ -11,6 +11,8 @@ rev = "v${version}";
hash = "sha256-nAI5mwXlJ8JKUna+2dNwMnfEJuQqTrrXW10slNkjv9w=";
};
propagatedBuildInputs = with python3Packages; [
boto3 click cligj
requests requests-toolbelt
@@ -19,6 +21,8 @@ mercantile supermercado
];
checkInputs = with python3Packages; [ pytestCheckHook ];
meta = with lib; {
description = "CLI for interacting with the Mapbox Tilesets API";
application/octet-stream
This content has been proxied by September (3851b).