python313Packages.polyswarm-api: remove future (#420863)

This commit is contained in:
Fabian Affolter
2025-06-29 11:52:02 +02:00
committed by GitHub
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
future,
jsonschema,
pytestCheckHook,
python-dateutil,
@@ -27,12 +26,9 @@ buildPythonPackage rec {
hash = "sha256-+oKhKn+wUnvKlNymY/vtXn0cHBMyawBNhOQRu0tYC/M=";
};
pythonRelaxDeps = [ "future" ];
build-system = [ setuptools ];
dependencies = [
future
jsonschema
python-dateutil
requests