14 buildPythonPackage rec {
15 pname = "starlette-wtf";
19 src = fetchFromGitHub {
21 repo = "starlette-wtf";
23 hash = "sha256-TSxcIgINRjQwiyhpGOEEpXJKcPlhFCxMQh4/GY1g1lw=";
29 propagatedBuildInputs = [
43 description = "A simple tool for integrating Starlette and WTForms";
44 changelog = "https://github.com/muicss/starlette-wtf/blob/v${version}/CHANGELOG.md";
45 homepage = "https://github.com/muicss/starlette-wtf";
46 license = licenses.mit;
47 maintainers = teams.wdz.members;