Config.in 336 B

12345678910
  1. config BR2_PACKAGE_PYTHON_FLASK_EXPECTS_JSON
  2. bool "python-flask-expects-json"
  3. depends on BR2_PACKAGE_PYTHON3
  4. select BR2_PACKAGE_PYTHON_FLASK # runtime
  5. select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
  6. help
  7. Decorator for REST endpoints in flask. Validate JSON request
  8. data.
  9. https://github.com/fischerfredl/flask-expects-json