13 buildPythonPackage rec {
14 pname = "marshmallow-sqlalchemy";
18 disabled = pythonOlder "3.8";
21 pname = "marshmallow_sqlalchemy";
23 hash = "sha256-IKDy/N1b3chkRPoBRh8X+bahKo3dTKjJs0/i8uNdAKI=";
30 propagatedBuildInputs = [
36 pythonImportsCheck = [
37 "marshmallow_sqlalchemy"
46 description = "SQLAlchemy integration with marshmallow";
47 homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
48 changelog = "https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/${version}/CHANGELOG.rst";
49 license = licenses.mit;
50 maintainers = with maintainers; [ ];