1 { lib, buildPythonPackage, fetchPypi,
2 dateutil, simplejson, isPy27
5 buildPythonPackage rec {
11 homepage = "https://github.com/marshmallow-code/marshmallow";
13 A lightweight library for converting complex objects to and from
14 simple Python datatypes.
16 license = lib.licenses.mit;
20 inherit pname version;
21 sha256 = "73facc37462dfc0b27f571bdaffbef7709e19f7a616beb3802ea425b07843f4e";
24 propagatedBuildInputs = [ dateutil simplejson ];