Commit 5b950810 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.flask-paginate: refactor

parent ef2d8247
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -4,12 +4,13 @@
, flask
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "flask-paginate";
  version = "2024.4.12";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -20,7 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-YaAgl+iuoXB0eWVzhmNq2UTOpM/tHfDISIb9CyaXiuA=";
  };

  propagatedBuildInputs = [
  build-system = [
    setuptools
  ];

  dependencies = [
    flask
  ];