10 buildPythonPackage rec {
17 sha256 = "1g654ghavds387hqxmhg9s8x222x89wbq1ggzxbsyn6x2axindbb";
20 propagatedBuildInputs = [ markupsafe babel ];
28 pythonImportsCheck = [ "wtforms" ];
31 description = "A flexible forms validation and rendering library for Python";
32 homepage = "https://github.com/wtforms/wtforms";
33 changelog = "https://github.com/wtforms/wtforms/blob/${version}/CHANGES.rst";
34 license = licenses.bsd3;
35 maintainers = [ maintainers.bhipple ];