12 buildPythonPackage rec {
19 sha256 = "34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9";
23 # Fix failing `test_set_default_message_language` test
25 # Caused by Flask 2.2 that throws an error when setup methods are
26 # mistakenly called before the first request.
28 # Will be fixed upstream with: https://github.com/wtforms/flask-wtf/pull/533
31 url = "https://github.com/wtforms/flask-wtf/commit/36a53fadf7bc42c79a1428657531961ec30ca003.patch";
32 hash = "sha256-bgLwDG9Wpufm6fd/6PS83Jvvuk1Ha6XdyaWngluPs30=";
36 propagatedBuildInputs = [
42 passthru.optional-dependencies = {
43 email = [ email-validator ];
51 description = "Simple integration of Flask and WTForms.";
52 license = licenses.bsd3;
53 maintainers = with maintainers; [ mic92 anthonyroussel ];
54 homepage = "https://github.com/lepture/flask-wtf/";