15 buildPythonPackage rec {
16 pname = "starlette-wtf";
20 src = fetchFromGitHub {
22 repo = "starlette-wtf";
23 rev = "refs/tags/${version}";
24 hash = "sha256-88zU2NAsdty2OhHauwQ5+6LazuRDYPoqN9IIipI1t2Q=";
27 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [
42 description = "Simple tool for integrating Starlette and WTForms";
43 changelog = "https://github.com/muicss/starlette-wtf/blob/v${version}/CHANGELOG.md";
44 homepage = "https://github.com/muicss/starlette-wtf";
45 license = licenses.mit;
46 maintainers = teams.wdz.members;