10 buildPythonPackage rec {
11 pname = "marshmallow-sqlalchemy";
15 inherit pname version;
16 sha256 = "ee3ead3b83de6608c6850ff60515691b0dc556ca226680f8a82b9f785cdb71b1";
19 propagatedBuildInputs = [
30 homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
31 description = "SQLAlchemy integration with marshmallow ";
32 license = licenses.mit;