Config.in 263 B

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