xref: /OK3568_Linux_fs/buildroot/package/python-wtforms/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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