1config BR2_PACKAGE_PYTHON_WTFORMS
2	bool "python-wtforms"
3	select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
4	help
5	  A flexible forms validation and rendering library for
6	  Python web development.
7
8	  https://wtforms.readthedocs.io/
9