15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
25 hash = "sha256-i7Jp65u0a4fnyCM9fn3r3x+LdL+QzBeJmIwps3qXtpU=";
33 propagatedBuildInputs = [
39 optional-dependencies = {
40 email = [ email-validator ];
43 nativeCheckInputs = [ pytestCheckHook ];
47 "ignore::DeprecationWarning"
51 description = "Simple integration of Flask and WTForms";
52 license = licenses.bsd3;
53 maintainers = with maintainers; [
57 homepage = "https://github.com/lepture/flask-wtf/";
58 changelog = "https://github.com/wtforms/flask-wtf/releases/tag/v${version}";